diff --git a/hosts/hetzner-vpn2/nginx.nix b/hosts/hetzner-vpn2/nginx.nix index 218b7a9..47126f7 100644 --- a/hosts/hetzner-vpn2/nginx.nix +++ b/hosts/hetzner-vpn2/nginx.nix @@ -45,6 +45,12 @@ # (mkServiceConfig pc2 8542) # { locations."/".proxyWebsockets = true; } #]; + + "zerforschen.plus" = { + addSSL = true; + enableACME = true; + root = inputs.zerforschen-plus.packages."${pkgs.system}".zerforschen-plus-content; + }; }; };