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"
];
system.autoUpgrade = {
enable = true;
enable = false; # TEMP disable until server is back up
persistent = true;
allowReboot = false;
flake = "git+${config.nix.registry.my-nixos.to.url}";