summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-1509.xml
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-07-25 23:22:54 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-07-28 00:12:55 +0300
commit96190535e526bc1f7b8975d9f6f2f6493060203f (patch)
tree035be138fdceaef8294f7136a88b496ddf101050 /nixos/doc/manual/release-notes/rl-1509.xml
parent28e11a0b6ba740aedcc8be27ff8ef334d187bd37 (diff)
downloadnixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar.gz
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar.bz2
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar.lz
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar.xz
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.tar.zst
nixpkgs-96190535e526bc1f7b8975d9f6f2f6493060203f.zip
Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"
This reverts commit 095fe5b43def40279a243e663c662b02caac5318.

Pointless renames considered harmful. All they do is force people to
spend extra work updating their configs for no benefit, and hindering
the ability to switch between unstable and stable versions of NixOS.

Like, what was the value of having the "nixos." there? I mean, by
definition anything in a NixOS module has something to do with NixOS...
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-1509.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-1509.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml
index 2465f370cf1..4eb2f9aa0a9 100644
--- a/nixos/doc/manual/release-notes/rl-1509.xml
+++ b/nixos/doc/manual/release-notes/rl-1509.xml
@@ -433,9 +433,9 @@ system.autoUpgrade.enable = true;
      default. If you have existing systems with such host keys and want to
      continue to use them, please set
 <programlisting>
-system.nixos.stateVersion = "14.12";
+system.stateVersion = "14.12";
 </programlisting>
-     The new option <option>system.nixos.stateVersion</option> ensures that
+     The new option <option>system.stateVersion</option> ensures that
      certain configuration changes that could break existing systems (such as
      the <command>sshd</command> host key setting) will maintain compatibility
      with the specified NixOS release. NixOps sets the state version of