summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-02-17 22:07:05 +0100
committerChristian Kögler <ck3d@gmx.de>2022-02-19 09:52:37 +0100
commit57fc08cfdbd1a3a59f26416814dc10f8379d6e67 (patch)
treeb8c5823f2cb78efa4956bb37c6c83281ef242053 /nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
parenta67c25d5f665674aeb462c36d80fed0f0557e3a7 (diff)
downloadnixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar.gz
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar.bz2
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar.lz
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar.xz
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.tar.zst
nixpkgs-57fc08cfdbd1a3a59f26416814dc10f8379d6e67.zip
nixos: Switch to default systemd-nspawn behaviour
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2205.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index c234cda499f..ab37b9f7961 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -544,6 +544,15 @@
       </listitem>
       <listitem>
         <para>
+          <literal>systemd-nspawn@.service</literal> settings have been
+          reverted to the default systemd behaviour. User namespaces are
+          now activated by default. If you want to keep running nspawn
+          containers without user namespaces you need to set
+          <literal>systemd.nspawn.&lt;name&gt;.execConfig.PrivateUsers = false</literal>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The terraform 0.12 compatibility has been removed and the
           <literal>terraform.withPlugins</literal> and
           <literal>terraform-providers.mkProvider</literal>