summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorSamuel Leathers <samuel.leathers@iohk.io>2019-10-07 10:31:02 -0400
committerSamuel Leathers <samuel.leathers@iohk.io>2019-10-07 10:38:14 -0400
commit4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71 (patch)
tree7441ccb2280c83c4e55a137789cb5deb7bd74e1f /nixos/doc
parentbdf4441d64e71dd1cd5f50729fb7112defcce6cc (diff)
downloadnixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar.gz
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar.bz2
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar.lz
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar.xz
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.tar.zst
nixpkgs-4d25ec0caf37eeb1f2b8b678f73a894e0f1efe71.zip
nixos/manual: update 19.03 -> 19.09 in upgrading section
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/installation/upgrading.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/nixos/doc/manual/installation/upgrading.xml b/nixos/doc/manual/installation/upgrading.xml
index 35b4d266e12..8d3f35b7c26 100644
--- a/nixos/doc/manual/installation/upgrading.xml
+++ b/nixos/doc/manual/installation/upgrading.xml
@@ -14,7 +14,7 @@
     <para>
      <emphasis>Stable channels</emphasis>, such as
      <literal
-    xlink:href="https://nixos.org/channels/nixos-19.03">nixos-19.03</literal>.
+    xlink:href="https://nixos.org/channels/nixos-19.09">nixos-19.09</literal>.
      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), but not from
@@ -38,7 +38,7 @@
     <para>
      <emphasis>Small channels</emphasis>, such as
      <literal
-    xlink:href="https://nixos.org/channels/nixos-19.03-small">nixos-19.03-small</literal>
+    xlink:href="https://nixos.org/channels/nixos-19.09-small">nixos-19.09-small</literal>
      or
      <literal
     xlink:href="https://nixos.org/channels/nixos-unstable-small">nixos-unstable-small</literal>.
@@ -63,8 +63,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 19.03 ISO, you will be subscribed to the
-  <literal>nixos-19.03</literal> channel. To see which NixOS channel you’re
+  installed from a 19.09 ISO, you will be subscribed to the
+  <literal>nixos-19.09</literal> channel. To see which NixOS channel you’re
   subscribed to, run the following as root:
 <screen>
 # nix-channel --list | grep nixos
@@ -75,13 +75,13 @@ nixos https://nixos.org/channels/nixos-unstable
 # nix-channel --add https://nixos.org/channels/<replaceable>channel-name</replaceable> nixos
 </screen>
   (Be sure to include the <literal>nixos</literal> parameter at the end.) For
-  instance, to use the NixOS 19.03 stable channel:
+  instance, to use the NixOS 19.09 stable channel:
 <screen>
-# nix-channel --add https://nixos.org/channels/nixos-19.03 nixos
+# nix-channel --add https://nixos.org/channels/nixos-19.09 nixos
 </screen>
   If you have a server, you may want to use the “small” channel instead:
 <screen>
-# nix-channel --add https://nixos.org/channels/nixos-19.03-small nixos
+# nix-channel --add https://nixos.org/channels/nixos-19.09-small nixos
 </screen>
   And if you want to live on the bleeding edge:
 <screen>
@@ -127,7 +127,7 @@ nixos https://nixos.org/channels/nixos-unstable
    current channel. (To see when the service runs, see <command>systemctl
    list-timers</command>.) You can also specify a channel explicitly, e.g.
 <programlisting>
-<xref linkend="opt-system.autoUpgrade.channel"/> = https://nixos.org/channels/nixos-19.03;
+<xref linkend="opt-system.autoUpgrade.channel"/> = https://nixos.org/channels/nixos-19.09;
 </programlisting>
   </para>
  </section>