Skip to content

Commit 5d858fa

Browse files
committed
nixos/nix-channel: default to channels.nixos.org
Infra is interested in deprecating the redirect over the domain apex eventually, since it is just a redirect to channels.nixos.org, which we can more reliably redistribute with a CDN. The nixos.org domain currently offers no IPv6 due to issues we've had with our DNS hoster. (cf. NixOS/infra#873)
1 parent ab04d94 commit 5d858fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/config/nix-channel.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in
7171
defaultChannel = mkOption {
7272
internal = true;
7373
type = types.str;
74-
default = "https://nixos.org/channels/nixos-unstable";
74+
default = "https://channels.nixos.org/nixos-unstable";
7575
description = "Default NixOS channel to which the root user is subscribed.";
7676
};
7777
};

0 commit comments

Comments
 (0)