summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/installation/upgrading.chapter.xml
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2021-11-29 03:27:50 -0500
committerTom Bereknyei <tomberek@gmail.com>2021-11-29 20:15:35 -0500
commitaf92f1c0cc2d83361771f7b3f6612219ffca5b3c (patch)
treeaad532939fbba506ed81fe75cdf5dd9699689238 /nixos/doc/manual/from_md/installation/upgrading.chapter.xml
parent6080ef54eb92ff9fc70760a8d351af584df1f456 (diff)
downloadnixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar.gz
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar.bz2
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar.lz
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar.xz
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.tar.zst
nixpkgs-af92f1c0cc2d83361771f7b3f6612219ffca5b3c.zip
[21.11] update README.md
[21.11] update upgrading

[21.11] update release date

run generation
Diffstat (limited to 'nixos/doc/manual/from_md/installation/upgrading.chapter.xml')
-rw-r--r--nixos/doc/manual/from_md/installation/upgrading.chapter.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/nixos/doc/manual/from_md/installation/upgrading.chapter.xml b/nixos/doc/manual/from_md/installation/upgrading.chapter.xml
index c0c5a2190fb..e3b77d4c365 100644
--- a/nixos/doc/manual/from_md/installation/upgrading.chapter.xml
+++ b/nixos/doc/manual/from_md/installation/upgrading.chapter.xml
@@ -12,7 +12,7 @@
     <listitem>
       <para>
         <emphasis>Stable channels</emphasis>, such as
-        <link xlink:href="https://nixos.org/channels/nixos-21.05"><literal>nixos-21.05</literal></link>.
+        <link xlink:href="https://nixos.org/channels/nixos-21.11"><literal>nixos-21.11</literal></link>.
         These only get conservative bug fixes and package upgrades. For
         instance, a channel update may cause the Linux kernel on your
         system to be upgraded from 4.19.34 to 4.19.38 (a minor bug fix),
@@ -33,7 +33,7 @@
     <listitem>
       <para>
         <emphasis>Small channels</emphasis>, such as
-        <link xlink:href="https://nixos.org/channels/nixos-21.05-small"><literal>nixos-21.05-small</literal></link>
+        <link xlink:href="https://nixos.org/channels/nixos-21.11-small"><literal>nixos-21.11-small</literal></link>
         or
         <link xlink:href="https://nixos.org/channels/nixos-unstable-small"><literal>nixos-unstable-small</literal></link>.
         These are identical to the stable and unstable channels
@@ -60,8 +60,8 @@
   <para>
     When you first install NixOS, you’re automatically subscribed to the
     NixOS channel that corresponds to your installation source. For
-    instance, if you installed from a 21.05 ISO, you will be subscribed
-    to the <literal>nixos-21.05</literal> channel. To see which NixOS
+    instance, if you installed from a 21.11 ISO, you will be subscribed
+    to the <literal>nixos-21.11</literal> channel. To see which NixOS
     channel you’re subscribed to, run the following as root:
   </para>
   <programlisting>
@@ -76,17 +76,17 @@ nixos https://nixos.org/channels/nixos-unstable
 </programlisting>
   <para>
     (Be sure to include the <literal>nixos</literal> parameter at the
-    end.) For instance, to use the NixOS 21.05 stable channel:
+    end.) For instance, to use the NixOS 21.11 stable channel:
   </para>
   <programlisting>
-# nix-channel --add https://nixos.org/channels/nixos-21.05 nixos
+# nix-channel --add https://nixos.org/channels/nixos-21.11 nixos
 </programlisting>
   <para>
     If you have a server, you may want to use the <quote>small</quote>
     channel instead:
   </para>
   <programlisting>
-# nix-channel --add https://nixos.org/channels/nixos-21.05-small nixos
+# nix-channel --add https://nixos.org/channels/nixos-21.11-small nixos
 </programlisting>
   <para>
     And if you want to live on the bleeding edge:
@@ -146,7 +146,7 @@ system.autoUpgrade.allowReboot = true;
       also specify a channel explicitly, e.g.
     </para>
     <programlisting language="bash">
-system.autoUpgrade.channel = https://nixos.org/channels/nixos-21.05;
+system.autoUpgrade.channel = https://nixos.org/channels/nixos-21.11;
 </programlisting>
   </section>
 </chapter>