WordPress: Difference between revisions
imported>Mmilata Remove pre-19.09 configuration using services.httpd.extraSubservices |
imported>Farzin-az No edit summary |
||
| Line 34: | Line 34: | ||
in | in | ||
{ | { | ||
services.wordpress."webservice5" = { | # Note the .sites - the upstream module says this is the new syntax, | ||
database | # the old is only supported because of a hack at the very top of the module | ||
services.wordpress.sites."webservice5" = { | |||
database.createLocally = true; # name is set to `wordpress` by default | |||
themes = [ responsiveTheme ]; | themes = [ responsiveTheme ]; | ||
plugins = [ akismetPlugin ]; | plugins = [ akismetPlugin ]; | ||