From f1203f33df5766bf851b1582bd1ea74699e5f6ec Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 01:43:35 +0000 Subject: [PATCH] add html --- hosts/leon/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; };