Temporarily disable autoUpgrade
Switch back on when server is up again
This commit is contained in:
parent
9134af7810
commit
bef6dfd7f8
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue