add website to vpn2

This commit is contained in:
Vinzenz Schroeter 2025-04-07 19:52:23 +02:00
parent 869213eb02
commit 3312a89195

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, inputs,... }:
{ {
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
@ -45,6 +45,12 @@
# (mkServiceConfig pc2 8542) # (mkServiceConfig pc2 8542)
# { locations."/".proxyWebsockets = true; } # { locations."/".proxyWebsockets = true; }
#]; #];
"zerforschen.plus" = {
addSSL = true;
enableACME = true;
root = inputs.zerforschen-plus.packages."${pkgs.system}".zerforschen-plus-content;
};
}; };
}; };