WordPress: Difference between revisions

imported>Onny
Add note about necessity enablng plugins manually
imported>Onny
mNo edit summary
Line 4: Line 4:


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
services.wordpress.sites."localhost".enabled = true;
services.wordpress.sites."localhost".enable = true;
</syntaxHighlight>
</syntaxHighlight>