diff --git a/system/set-updates.nix b/system/set-updates.nix index 347d0af..e8a2585 100644 --- a/system/set-updates.nix +++ b/system/set-updates.nix @@ -5,7 +5,7 @@ system.autoUpgrade = { dates = "04:00"; flake = "github:Moe1369/nixos-config"; flags = [ - "--update-input" "nixpkgs" "nixpkgs-stable" "--commit-lock-file" + "--update-input" "nixpkgs" "--commit-lock-file" ]; allowReboot = true; };