diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 7bbeee09..efc25341 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -230,6 +230,14 @@ networking.wireguard.interfaces = { proxyWebsockets = true; }; }; + virtualHosts."hospital-gly.c3d2.de" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.10.11.21:80"; + proxyWebsockets = true; + }; + }; };