Compare commits
No commits in common. "53681b102a12d41d99858c1b7a2b36b837974ef8" and "08b94c7d62dba4c4a85efbb5ddad6ed0c68b4ebb" have entirely different histories.
53681b102a
...
08b94c7d62
|
@ -15,5 +15,12 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
users.mutableUsers = false;
|
||||
system.autoUpgrade.operation = "switch";
|
||||
system.autoUpgrade = {
|
||||
operation = "switch";
|
||||
allowReboot = true;
|
||||
rebootWindow = {
|
||||
lower = "01:00";
|
||||
upper = "05:00";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,12 +32,10 @@
|
|||
autoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
allowReboot = false;
|
||||
flake = "git+${config.nix.registry.my-nixos.to.url}";
|
||||
dates = "02:00";
|
||||
randomizedDelaySec = "45min";
|
||||
flags = [
|
||||
"--accept-flake-config"
|
||||
"--option"
|
||||
"extra-binary-caches"
|
||||
"https://nix.xenia.me.uk"
|
||||
|
|
Loading…
Reference in a new issue