···8081- The Caddy module gained a new option named `services.caddy.enableReload` which is enabled by default. It allows reloading the service instead of restarting it, if only a config file has changed. This option must be disabled if you have turned off the [Caddy admin API](https://caddyserver.com/docs/caddyfile/options#admin). If you keep this option enabled, you should consider setting [`grace_period`](https://caddyserver.com/docs/caddyfile/options#grace-period) to a non-infinite value to prevent Caddy from delaying the reload indefinitely.
820083## Other Notable Changes {#sec-release-23.11-notable-changes}
8485- The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.
···8081- The Caddy module gained a new option named `services.caddy.enableReload` which is enabled by default. It allows reloading the service instead of restarting it, if only a config file has changed. This option must be disabled if you have turned off the [Caddy admin API](https://caddyserver.com/docs/caddyfile/options#admin). If you keep this option enabled, you should consider setting [`grace_period`](https://caddyserver.com/docs/caddyfile/options#grace-period) to a non-infinite value to prevent Caddy from delaying the reload indefinitely.
8283+- mdraid support is now optional. This reduces initramfs size and prevents the potentially undesired automatic detection and activation of software RAID pools. It is disabled by default in new configurations (determined by `stateVersion`), but the appropriate settings will be generated by `nixos-generate-config` when installing to a software RAID device, so the standard installation procedure should be unaffected. If you have custom configs relying on mdraid, ensure that you use `stateVersion` correctly or set `boot.swraid.enable` manually.
84+85## Other Notable Changes {#sec-release-23.11-notable-changes}
8687- The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.
···106 systemdStage1Network
107 ];
10800109 # Show all debug messages from the kernel but don't log refused packets
110 # because we have the firewall enabled. This makes installs from the
111 # console less cumbersome if the machine has a public IP.
···106 systemdStage1Network
107 ];
108109+ boot.swraid.enable = true;
110+111 # Show all debug messages from the kernel but don't log refused packets
112 # because we have the firewall enabled. This makes installs from the
113 # console less cumbersome if the machine has a public IP.
···32 requests
33 icalendar
34 recurring-ical-events
0035 ];
3637 nativeCheckInputs = [
38 pytestCheckHook
39- tzlocal
40- pytz
41 ];
4243 # xandikos and radicale are only optional test dependencies, not available for python3
···32 requests
33 icalendar
34 recurring-ical-events
35+ pytz
36+ tzlocal
37 ];
3839 nativeCheckInputs = [
40 pytestCheckHook
0041 ];
4243 # xandikos and radicale are only optional test dependencies, not available for python3