This commit is contained in:
9
system/autoupgrade.nix
Normal file
9
system/autoupgrade.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
randomizedDelaySec = "1h";
|
||||
allowReboot = true;
|
||||
flake = "git+https://git.t-juice.club/torjus/nixos-servers.git";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user