Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
10 lines
186 B
Nix
10 lines
186 B
Nix
{ ... }:
|
|
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
randomizedDelaySec = "1h";
|
|
allowReboot = true;
|
|
flake = "git+https://git.t-juice.club/torjus/nixos-servers.git";
|
|
};
|
|
}
|