about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-01-10 21:06:15 +0100
committerGitHub <noreply@github.com>2024-01-10 21:06:15 +0100
commitdff635f38d01db6a3d534f019495245ec081ff6d (patch)
tree0fb99edb3dca393553b7615693eabe6c9f9ac1a9 /nixos/doc
parent5fcfdd4990ab907895fe9bcb1e2e4083d92ca670 (diff)
parent5ee94c017070bf8fb6e074a34076db8a4cd51d7c (diff)
downloadnixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar.gz
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar.bz2
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar.lz
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar.xz
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.tar.zst
nixlib-dff635f38d01db6a3d534f019495245ec081ff6d.zip
Merge pull request #243169 from 2xsaiko/outgoing/krb5
nixos/krb5: cleanup, fix and RFC42-ify
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 566b97c58f4d..648064643930 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -158,6 +158,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - `services.zfs.zed.enableMail` now uses the global `sendmail` wrapper defined by an email module
   (such as msmtp or Postfix). It no longer requires using a special ZFS build with email support.
 
+- The `krb5` module has been rewritten and moved to `security.krb5`, moving all options but `security.krb5.enable` and `security.krb5.package` into `security.krb5.settings`.
+
 - Gitea 1.21 upgrade has several breaking changes, including:
   - Custom themes and other assets that were previously stored in `custom/public/*` now belong in `custom/public/assets/*`
   - New instances of Gitea using MySQL now ignore the `[database].CHARSET` config option and always use the `utf8mb4` charset, existing instances should migrate via the `gitea doctor convert` CLI command.