Compare commits

..

No commits in common. "53681b102a12d41d99858c1b7a2b36b837974ef8" and "08b94c7d62dba4c4a85efbb5ddad6ed0c68b4ebb" have entirely different histories.

2 changed files with 8 additions and 3 deletions

View file

@ -15,5 +15,12 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
users.mutableUsers = false; users.mutableUsers = false;
system.autoUpgrade.operation = "switch"; system.autoUpgrade = {
operation = "switch";
allowReboot = true;
rebootWindow = {
lower = "01:00";
upper = "05:00";
};
};
} }

View file

@ -32,12 +32,10 @@
autoUpgrade = { autoUpgrade = {
enable = true; enable = true;
persistent = true; persistent = true;
allowReboot = false;
flake = "git+${config.nix.registry.my-nixos.to.url}"; flake = "git+${config.nix.registry.my-nixos.to.url}";
dates = "02:00"; dates = "02:00";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
flags = [ flags = [
"--accept-flake-config"
"--option" "--option"
"extra-binary-caches" "extra-binary-caches"
"https://nix.xenia.me.uk" "https://nix.xenia.me.uk"