mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
add wordpress
This commit is contained in:
parent
d14f55ebd5
commit
ffbc14c1c0
1 changed files with 9 additions and 0 deletions
|
@ -145,4 +145,13 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.wordpress = {
|
||||
webserver = "nginx";
|
||||
sites."testing.missing.ninja" = {
|
||||
virtualHost = {
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue