From acefb4951eb59c9b88509643e2415070b5fbac1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Mon, 14 Sep 2026 00:07:46 +0200 Subject: [PATCH] add trollhive.monster redirec --- nixosConfigurations/hetzner-vpn2/nginx.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixosConfigurations/hetzner-vpn2/nginx.nix b/nixosConfigurations/hetzner-vpn2/nginx.nix index e9a58bd..b80aa65 100644 --- a/nixosConfigurations/hetzner-vpn2/nginx.nix +++ b/nixosConfigurations/hetzner-vpn2/nginx.nix @@ -52,6 +52,12 @@ in enableACME = true; root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default; }; + + "trollhive.monster" = { + forceSSL = true; + enableACME = true; + globalRedirect = "hyperhive.darkest.space"; + }; }; };