diff --git a/systems/zap/default.nix b/systems/zap/default.nix index 88bba8f..5cc4ffa 100644 --- a/systems/zap/default.nix +++ b/systems/zap/default.nix @@ -145,4 +145,13 @@ }; }; }; + + services.wordpress = { + webserver = "nginx"; + sites."testing.missing.ninja" = { + virtualHost = { + enableACME = true; + }; + }; + }; }