From 5e4ef6bc63b5a8307a9d4d6637853e32b9ba9047 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 8 Aug 2019 13:58:15 +1000 Subject: [PATCH] Disabled the automatic updates service It clashes with NixOps --- Networks/Linode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }