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"; + }; }; };