Change syncthing server to run on ipv4 0.0.0.0
This commit is contained in:
parent
5dc7dfa232
commit
bc41e79708
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8384 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue