Temporarily disable autoUpgrade

Switch back on when server is up again
This commit is contained in:
Evie Litherland-Smith 2025-01-27 09:36:43 +00:00
parent 9134af7810
commit bef6dfd7f8

View file

@ -67,7 +67,7 @@
"nomachine-client" "nomachine-client"
]; ];
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = false; # TEMP disable until server is back up
persistent = true; persistent = true;
allowReboot = false; allowReboot = false;
flake = "git+${config.nix.registry.my-nixos.to.url}"; flake = "git+${config.nix.registry.my-nixos.to.url}";