diff --git a/configuration.nix b/configuration.nix index 0c72ca2..86916de 100644 --- a/configuration.nix +++ b/configuration.nix @@ -195,6 +195,7 @@ ############################################################ # NIX UPDATES ############################################################ + system.autoUpgrade = { enable = true; channel = "https://channels.nixos.org/nixos-25.11"; @@ -202,13 +203,6 @@ allowReboot = false; }; - system.autoUpgrade = { - enable = true; - channel = "https://channels.nixos.org/nixos-unstable"; - dates = "daily"; - allowReboot = false; -}; - nix = { gc = { automatic = true;