about summary refs log tree commit diff
path: root/nixos/modules/misc/version.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-22 17:56:13 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-05-22 17:56:13 -0700
commit12c5acf3760c8b88d0f2ae9578c4805da7866ed1 (patch)
tree4a89aa6aeb17d7312ceeec4235cc88fb7b310c28 /nixos/modules/misc/version.nix
parent900115a4f7fdd9189e7803ca781a65be663f2c89 (diff)
21.05 beta release 21.05-beta
Diffstat (limited to 'nixos/modules/misc/version.nix')
-rw-r--r--nixos/modules/misc/version.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index a6fffb76f6e8a..5127ef341a32c 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -76,7 +76,7 @@ in
     defaultChannel = mkOption {
       internal = true;
       type = types.str;
-      default = "https://nixos.org/channels/nixos-unstable";
+      default = "https://nixos.org/channels/nixos-21.05";
       description = "Default NixOS channel to which the root user is subscribed.";
     };