diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 9346e79d..09226cce 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -50,4 +50,6 @@ git vscodium ]; + + system.autoUpgrade.enable = true; } diff --git a/hosts/t490/configuration.nix b/hosts/t490/configuration.nix index e83c838f..5397654d 100644 --- a/hosts/t490/configuration.nix +++ b/hosts/t490/configuration.nix @@ -57,4 +57,6 @@ networking.hosts = { "192.168.1.116" = [ "nixedo" ]; }; + + system.autoUpgrade.enable = true; }