From 4a1ac9dc9d867ef33c427a3b76975ebeced4ef5a Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 01:44:34 +0000 Subject: [PATCH] fix --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 14359264..98c94276 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -208,7 +208,7 @@ networking.wireguard.interfaces = { forceSSL = true; enableACME = true; locations."/home" = { - index dude.html; + index = dude.html; proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; };