mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36:33 +01:00
add wordpress stuff
This commit is contained in:
parent
ffbc14c1c0
commit
ffc20e845f
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
"testing.missing.ninja"= {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
};
|
||||||
"db.missing.ninja" = {
|
"db.missing.ninja" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
|
@ -149,6 +153,10 @@
|
||||||
services.wordpress = {
|
services.wordpress = {
|
||||||
webserver = "nginx";
|
webserver = "nginx";
|
||||||
sites."testing.missing.ninja" = {
|
sites."testing.missing.ninja" = {
|
||||||
|
languages = [ pkgs.wordpressPackages.languages.de_DE ];
|
||||||
|
settings = {
|
||||||
|
WPLANG = "de_DE";
|
||||||
|
};
|
||||||
virtualHost = {
|
virtualHost = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue