diff --git a/Networks/Linode.nix b/Networks/Linode.nix index 0f629bc..1f2e8ca 100644 --- a/Networks/Linode.nix +++ b/Networks/Linode.nix @@ -50,7 +50,7 @@ # servers. You should change this only after NixOS release notes say you # should. system.stateVersion = "19.03"; # Did you read the comment? - system.autoUpgrade.enable = true; + system.autoUpgrade.enable = false; system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.03; }; }