diff --git a/utils/modules/autoupgrade.nix b/utils/modules/autoupgrade.nix index 5bd412a..d1805a4 100644 --- a/utils/modules/autoupgrade.nix +++ b/utils/modules/autoupgrade.nix @@ -3,5 +3,5 @@ { system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = false; - system.autoUpgrade.channel = "https://channels.nixos.org/nixos-23.05"; + system.autoUpgrade.channel = "https://channels.nixos.org/nixos-23.11"; }