Open firewall port for syncthing
This commit is contained in:
parent
2d8921f3c8
commit
3d47d56ce4
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
imports = [ ../../common/optional/syncthing.nix ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8384 ];
|
||||
|
||||
services.syncthing = {
|
||||
devices.lapetus.id = "";
|
||||
guiAddress = "0.0.0.0:8384"; # TODO: put this behind nginx
|
||||
|
|
Loading…
Reference in a new issue