+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- The zookeeper project changed their logging tool to logback, therefore `services.zookeeper.logging` option has been updated to expect a logback compatible string.- The `dovecot` systemd service was renamed from `dovecot2` to `dovecot`. The former is now just an alias. Update any overrides on the systemd unit to the new name.+- Configurations with `boot.initrd.systend.enable && !boot.initrd.enable` will have their `init` script at `$toplevel/init` instead of `$toplevel/prepare-root`. This is because it does not make sense for systemd stage 1 to affect the `init` script when stage 1 is entirely disabled (e.g. containers).- `Prosody` has been updated to major release 13 which removed some obsoleted modules and brought a couple of major and breaking changes:- The `http_files` module is now disabled by default because it now requires `http_files_dir` to be configured.
+1
-1
nixos/modules/system/activation/top-level.nix
+1
-1
nixos/modules/system/activation/top-level.nix
···
+5
-7
nixos/modules/virtualisation/lxc-container.nix
+5
-7
nixos/modules/virtualisation/lxc-container.nix
······# Technically this is not required for lxc, but having also make this configuration work with systemd-nspawn.·········