+8
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+8
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
···
+4
nixos/doc/manual/release-notes/rl-2205.section.md
+4
nixos/doc/manual/release-notes/rl-2205.section.md
···- If you previously used `/etc/docker/daemon.json`, you need to incorporate the changes into the new option `virtualisation.docker.daemon.settings`.
+20
-35
nixos/modules/services/web-apps/wordpress.nix
+20
-35
nixos/modules/services/web-apps/wordpress.nix
···-inherit (lib) filterAttrs mapAttrs mapAttrs' mapAttrsToList nameValuePair optional optionalAttrs optionalString;···-Further nginx configuration can be done by adapting <literal>services.nginx.virtualHosts.<name></literal>.+Further nginx configuration can be done by adapting <literal>services.nginx.virtualHosts.<name></literal>.-Further apache2 configuration can be done by adapting <literal>services.httpd.virtualHosts.<name></literal>.+Further apache2 configuration can be done by adapting <literal>services.httpd.virtualHosts.<name></literal>.···message = ''services.wordpress.sites."${hostName}".database.passwordFile cannot be specified if services.wordpress.sites."${hostName}".database.createLocally is set to true.'';-warnings = mapAttrsToList (hostName: _: ''services.wordpress."${hostName}" is deprecated use services.wordpress.sites."${hostName}"'') (oldSites cfg);
+3
-6
nixos/tests/wordpress.nix
+3
-6
nixos/tests/wordpress.nix
···