about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-02-25 22:50:22 +0100
committerLinus Heckemann <git@sphalerite.org>2019-02-25 22:50:22 +0100
commit7f35ed9df40f12a79a242e6ea79b8a472cf74d42 (patch)
tree1354c1b1f43344d5fa0b7583df3f0de3c29a79ca /nixos/modules/misc
parented60483257b62c32b5b58c6e91c9c8cd586f77d0 (diff)
Set channel and version to 19.03 19.03-beta
Diffstat (limited to 'nixos/modules/misc')
-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 c576cf4cb925e..9ef736e2ad064 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -66,7 +66,7 @@ in
     defaultChannel = mkOption {
       internal = true;
       type = types.str;
-      default = https://nixos.org/channels/nixos-unstable;
+      default = https://nixos.org/channels/nixos-19.03;
       description = "Default NixOS channel to which the root user is subscribed.";
     };