diff --git a/system/default.nix b/system/default.nix index 3f709c6b..381a78d7 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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}";