about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-12-18 10:32:58 +0100
committerGitHub <noreply@github.com>2023-12-18 10:32:58 +0100
commited66c68205cccbec96de2a63b73c83b986e6c63f (patch)
tree00e7ba329445e7677db15197bebd53e50cd3b8d4 /nixos/doc/manual
parent17c3ebdba5e71682d381e6385a14546cdb5bf48c (diff)
parentcf6d89525ff7c1b19c119eb9f73f18ad4f3c0c0e (diff)
downloadnixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar.gz
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar.bz2
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar.lz
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar.xz
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.tar.zst
nixlib-ed66c68205cccbec96de2a63b73c83b986e6c63f.zip
Merge pull request #275028 from pacien/zfs-zed-sendmail
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 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 34b1fd1f3685..0cbb98199c55 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -85,6 +85,9 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [](#opt-boot.kernel.sysctl._net.core.wmem_max_) changed from a string to an integer because of the addition of a custom merge option (taking the highest value defined to avoid conflicts between 2 services trying to set that value), just as [](#opt-boot.kernel.sysctl._net.core.rmem_max_) since 22.11.
 
+- `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.
+
 - 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.