summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Wolf <ericwolf42@gmail.com>2018-10-27 23:54:28 +0200
committerEric Wolf <ericwolf42@gmail.com>2018-10-30 08:41:13 +0100
commit30d27920911c728a8aefc26e636588627d0d2841 (patch)
tree9d5060ee6f694f8fff635f3b468297013925a0e7
parent2f9fc897eb305abee1206061a20f65c12243b0b4 (diff)
downloadnixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar.gz
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar.bz2
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar.lz
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar.xz
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.tar.zst
nixpkgs-30d27920911c728a8aefc26e636588627d0d2841.zip
nixos/release-notes for 18.09: fix missing entry
 - the addition of the groups kvm and render breaks the configuration of
   users, which added them
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index 0ddf40acbfc..8715a05f508 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -637,6 +637,11 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).gitFull'
      anyways for clarity.
     </para>
    </listitem>
+   <listitem>
+    <para>
+        Groups <literal>kvm</literal> and <literal>render</literal> are introduced now, as systemd requires them.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>