diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 90a3bb90..147c93a9 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -209,6 +209,14 @@ networking.wireguard.interfaces = { locations."/" = { proxyPass = "http://45.158.40.165:80"; proxyWebsockets = true; + }; + }; + virtualHosts."bicospacetech.stream.c3d2.de" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.10.11.4:14500"; + proxyWebsockets = true; }; }; virtualHosts."portainer.netlab.c3d2.de" = {