summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2022-03-05 14:48:35 +0100
committerGitHub <noreply@github.com>2022-03-05 14:48:35 +0100
commitcd7e516b266b96519b378c1751cd105401755232 (patch)
tree13856bd38fb1a61bdb56a0d16a5a8b01b7b30d42 /nixos/doc
parent36812feb85dc046a42d0818e0885767f267dc726 (diff)
parent8a95d9fede1dd191228af37b8a75d706b88fa481 (diff)
downloadnixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar.gz
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar.bz2
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar.lz
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar.xz
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.tar.zst
nixpkgs-cd7e516b266b96519b378c1751cd105401755232.zip
Merge pull request #156858: nixos/polkit: don't enable by default
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 10 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 2bcfc86b432..2d8279725ff 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
@@ -1185,6 +1185,14 @@
           <literal>tmux</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The polkit service, available at
+          <literal>security.polkit.enable</literal>, is now disabled by
+          default. It will automatically be enabled through services and
+          desktop environments as needed.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 650ace8d9d2..51d7f009606 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -380,4 +380,6 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `programs.tmux` has a new option `plugins` that accepts a list of packages from the `tmuxPlugins` group. The specified packages are added to the system and loaded by `tmux`.
 
+- The polkit service, available at `security.polkit.enable`, is now disabled by default. It will automatically be enabled through services and desktop environments as needed.
+
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->