This commit is contained in:
parent
60b2a24271
commit
5866a2be8f
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user