about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-10 23:12:44 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-10 23:12:44 +0100
commit2f9e98ccf3283a34ce9301c7ee4ca18d219d829d (patch)
tree20c0008db3c5a2a139a0dc04b8f4e73e5ef88be7 /nixos/doc
parent1bd03328df9abc45c9fa03be05a8f351b18c6c3b (diff)
parent0373b68de5bc06489c9ea4694f72e5013b08e45e (diff)
downloadnixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar.gz
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar.bz2
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar.lz
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar.xz
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.tar.zst
nixlib-2f9e98ccf3283a34ce9301c7ee4ca18d219d829d.zip
Merge branch 'master' into staging-next
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 15700d02fc69..5c05ad780d90 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -160,6 +160,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.