From ffbc14c1c0e88ff6ab43eb81bc0f8a38fd12f391 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 11 Feb 2024 09:37:15 +0000 Subject: [PATCH] add wordpress --- systems/zap/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; + }; + }; + }; }