WordPress: Difference between revisions
imported>Onny Add note about active development of module and introduction text |
imported>Onny Add required httpd configuration |
||
Line 8: | Line 8: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
services.httpd.adminAddr = "hello@example.org"; | |||
services.wordpress.sites."localhost".enable = true; | services.wordpress.sites."localhost".enable = true; | ||
</syntaxHighlight> | </syntaxHighlight> |