syncthing local only
This commit is contained in:
parent
97613307cd
commit
16610bbf53
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ in
|
|||
tray.enable = false;
|
||||
|
||||
# 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
|
||||
overrideDevices = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue