From d51468a88b6a91dfa54be876761fb56b1b0a021d Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 20 Aug 2024 22:33:07 +0200 Subject: [PATCH] fix --- hosts/abacus/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/abacus/syncthing.nix b/hosts/abacus/syncthing.nix index ff8c981..ffd3b59 100644 --- a/hosts/abacus/syncthing.nix +++ b/hosts/abacus/syncthing.nix @@ -6,6 +6,7 @@ in { enable = true; systemService = true; openDefaultPorts = true; + guiAddress = "localhost:8040"; }; services.nginx.virtualHosts.${virtualHostName} = {