diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index 24d185d..356c5b2 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -100,6 +100,15 @@ }; in { + themes = [ + madara + madara-child + ]; + plugins = [ + madara-core + madara-shortcodes + option-tree-lean + ]; settings = { FORCE_SSL_ADMIN = true; };