From c085b37b005268d14bc96ea3f2fbae5ff98ea5f0 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 20 Aug 2024 23:13:34 +0200 Subject: [PATCH] fix --- hosts/abacus/syncthing.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/abacus/syncthing.nix b/hosts/abacus/syncthing.nix index 37b4b57..ffd3b59 100644 --- a/hosts/abacus/syncthing.nix +++ b/hosts/abacus/syncthing.nix @@ -14,12 +14,6 @@ in { forceSSL = true; quic = true; - locations."/" = { - proxyPass = "http://${config.services.syncthing.guiAddress}"; - - extraConfig = '' - proxy_set_header Host ${config.services.syncthing.guiAddress}; - ''; - }; + locations."/".proxyPass = "http://${config.services.syncthing.guiAddress}"; }; }