diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index 41f75483f95..ae9fb5fb2a0 100644 --- a/nixos/modules/misc/version.nix +++ b/nixos/modules/misc/version.nix @@ -33,7 +33,7 @@ with pkgs.lib; system.defaultChannel = mkOption { internal = true; type = types.str; - default = https://nixos.org/channels/nixos-13.10; + default = https://nixos.org/channels/nixos-unstable; description = "Default NixOS channel to which the root user is subscribed."; };