summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-07 12:50:48 +0000
committernicoo <nicoo@mur.at>2023-09-18 17:36:15 +0000
commit717e51a140d6af347b5362ddb149a2c343b947b8 (patch)
treea215c98bf7ca5735c9dd1a6134cc78eb0605f9b9 /nixos/doc/manual/release-notes
parentb1eab8ca53dca000ffb5dcb7db62685bc2948215 (diff)
downloadnixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar.gz
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar.bz2
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar.lz
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar.xz
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.tar.zst
nixpkgs-717e51a140d6af347b5362ddb149a2c343b947b8.zip
nixos/sudo: Make the default rules' options configurable
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 98c521b1106..b7df38e6715 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -286,10 +286,11 @@ The module update takes care of the new config syntax and the data itself (user
 
 - New `boot.bcache.enable` (default enabled) allows completely removing `bcache` mount support.
 
-- `security.sudo` now provides an extra option, that does not change the
+- `security.sudo` now provides two extra options, that do not change the
   module's default behaviour:
-  `keepTerminfo` controls whether `TERMINFO` and `TERMINFO_DIRS` are preserved
-  for `root` and the `wheel` group.
+  - `defaultOptions` controls the options used for the default rules;
+  - `keepTerminfo` controls whether `TERMINFO` and `TERMINFO_DIRS` are preserved
+    for `root` and the `wheel` group.
 
 
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}