From cd102c0f38dce7617d38802414ae16c1e93852ee Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 11 Sep 2021 12:35:42 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8Fdon't=20auto=20upgrade=20for?= =?UTF-8?q?=20great=20repoducibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/plato/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index d968245..8cb6613 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -47,7 +47,7 @@ in { }; home-manager.users.walkah = import "${dotfiles}/home.nix"; - system.autoUpgrade.enable = true; + system.autoUpgrade.enable = false; environment.systemPackages = with pkgs; [ weechat ]; fileSystems."/mnt/downloads" = {