···141141142142- `libvirt` now supports using `nftables` backend.
143143144144+- `systemd.extraConfig` and `boot.initrd.systemd.extraConfig` was converted to RFC42-style `systemd.settings.Manager` and `boot.initrd.systemd.settings.Manager` respectively.
145145+ - `systemd.watchdog.runtimeTime` was renamed to `systemd.settings.Manager.RuntimeWatchdogSec`
146146+ - `systemd.watchdog.device` was renamed to `systemd.settings.Manager.WatchdogDevice`
147147+ - `systemd.watchdog.rebootTime` was renamed to `systemd.settings.Manager.RebootWatchdogSec`
148148+ - `systemd.watchdog.kexecTime` was renamed to `systemd.settings.Manager.KExecWatchdogSec`
149149+ - `systemd.enableCgroupAccounting` was removed. Cgroup accounting now needs to be disabled directly using `systemd.settings.Manager.*Accounting`.
150150+144151- `services.ntpd-rs` now performs configuration validation.
145152146153- `services.postsrsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the [services.postsrsd.configurePostfix](#opt-services.postsrsd.configurePostfix) option.
+1-1
nixos/modules/security/pam.nix
···16631663 must be that described in {manpage}`limits.conf(5)`.
1664166416651665 Note that these limits do not apply to systemd services,
16661666- whose limits can be changed via {option}`systemd.extraConfig`
16661666+ whose limits can be changed via {option}`systemd.settings.Manager`
16671667 instead.
16681668 '';
16691669 };