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";
|
||||
};
|
||||
}
|
@@ -1,6 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./autoupgrade.nix
|
||||
./monitoring
|
||||
./packages.nix
|
||||
./nix.nix
|
||||
|
Reference in New Issue
Block a user