copy nb configuration and modules
This commit is contained in:
7
utils/modules/autoupgrade.nix
Normal file
7
utils/modules/autoupgrade.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
system.autoUpgrade.channel = "https://channels.nixos.org/nixos-23.05";
|
||||
}
|
||||
Reference in New Issue
Block a user