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"
|
"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}";
|
||||||
|
|
Loading…
Reference in a new issue