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" = {