From f9070a1a507d81073602b16e1d6788eec377a254 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 5 May 2024 10:04:02 +0200 Subject: [PATCH] add plugins --- systems/hetzner/nginx.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; };