summary refs log tree commit diff
path: root/nixos/modules/config/nix-channel.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-20 14:13:19 -0500
committerfigsoda <figsoda@pm.me>2023-11-21 14:04:49 -0500
commitdc7b3febf8d862328d8704de5c8437d2df442c76 (patch)
tree8c89688b62909b340761a835918a6e28d7ab64cc /nixos/modules/config/nix-channel.nix
parente1d09cc0fd2d759880a040ec1afc55f6e5cd7121 (diff)
23.11 beta release 23.11-beta
Signed-off-by: figsoda <figsoda@pm.me>
Diffstat (limited to 'nixos/modules/config/nix-channel.nix')
-rw-r--r--nixos/modules/config/nix-channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/nix-channel.nix b/nixos/modules/config/nix-channel.nix
index a7ca7a5c74a40..893eaa0afe435 100644
--- a/nixos/modules/config/nix-channel.nix
+++ b/nixos/modules/config/nix-channel.nix
@@ -70,7 +70,7 @@ in
       defaultChannel = mkOption {
         internal = true;
         type = types.str;
-        default = "https://nixos.org/channels/nixos-unstable";
+        default = "https://nixos.org/channels/nixos-23.11";
         description = lib.mdDoc "Default NixOS channel to which the root user is subscribed.";
       };
     };