From 21daf43ebc2403ce6991390478dd31fad8d9f10e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 12 Jul 2026 23:07:38 +0200 Subject: I am very not sure what all of this is :3 --- hosts/omega-relay/default.nix | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'hosts/omega-relay/default.nix') diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index 181add4..cd0e9dc 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -178,12 +178,41 @@ virtualHosts."moni.wilkuu.xyz" = { forceSSL = true; enableACME = false; - useACMEHost = "wilkuu.xyz"; + useACMEHost = "wilkuu.xyz"; locations."/" = { proxyPass = "http://192.168.88.5:3132"; recommendedProxySettings = true; }; }; + virtualHosts."fin.wilkuu.xyz" = { + forceSSL = true; + enableACME = false; + useACMEHost = "wilkuu.xyz"; + locations."/" = { + proxyPass = "http://192.168.88.5:80"; + recommendedProxySettings = true; + }; + }; + virtualHosts."fin-imp.wilkuu.xyz" = { + forceSSL = true; + enableACME = false; + useACMEHost = "wilkuu.xyz"; + locations."/" = { + proxyPass = "http://192.168.88.5:80"; + recommendedProxySettings = true; + }; + }; + virtualHosts."kb.wilkuu.xyz" = { + forceSSL = true; + enableACME = false; + useACMEHost = "wilkuu.xyz"; + locations."/" = { + proxyPass = "http://192.168.88.5:80"; + recommendedProxySettings = true; + }; + }; + + }; networking.hostName = "omega-relay"; -- cgit v1.3.1