mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:16:34 +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;
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue