diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index c74b94a7..14359264 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -207,7 +207,8 @@ networking.wireguard.interfaces = { virtualHosts."cloud.bicospacetech.c3d2.de" = { forceSSL = true; enableACME = true; - locations."/" = { + locations."/home" = { + index dude.html; proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; };