add wordpress stuff

This commit is contained in:
Johannes Jöns 2024-02-17 21:14:53 +01:00
parent ffbc14c1c0
commit ffc20e845f

View file

@ -47,6 +47,10 @@
enableACME = true;
forceSSL = true;
};
"testing.missing.ninja"= {
enableACME = true;
forceSSL = true;
};
"db.missing.ninja" = {
enableACME = true;
forceSSL = false;
@ -149,6 +153,10 @@
services.wordpress = {
webserver = "nginx";
sites."testing.missing.ninja" = {
languages = [ pkgs.wordpressPackages.languages.de_DE ];
settings = {
WPLANG = "de_DE";
};
virtualHost = {
enableACME = true;
};