syncthing local only

This commit is contained in:
Yan Lin 2025-12-10 00:25:05 +01:00
parent 97613307cd
commit 16610bbf53

View file

@ -57,7 +57,7 @@ in
tray.enable = false; tray.enable = false;
# Listen on all interfaces for the GUI # Listen on all interfaces for the GUI
guiAddress = lib.mkIf cfg.enableGui "0.0.0.0:8384"; guiAddress = lib.mkIf cfg.enableGui "127.0.0.1:8384";
# Declarative configuration - will override any GUI changes # Declarative configuration - will override any GUI changes
overrideDevices = true; overrideDevices = true;