summary refs log tree commit diff
path: root/nixos/modules/misc/version.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-10 14:58:29 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-02-10 15:10:02 -0500
commit793fc88dbe9c8f53b144fd970a3685f7b1dec729 (patch)
tree9313564662a2943b0b85b4a6f978a6105a798064 /nixos/modules/misc/version.nix
parentc1a16501c40894bc82b35443f248db9b82eac873 (diff)
20.03 beta release 20.03-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 c394ff592f498..f77e5fc8db7b8 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -80,7 +80,7 @@ in
     defaultChannel = mkOption {
       internal = true;
       type = types.str;
-      default = https://nixos.org/channels/nixos-unstable;
+      default = https://nixos.org/channels/nixos-20.03;
       description = "Default NixOS channel to which the root user is subscribed.";
     };