1
Fork 0

Open firewall port for syncthing

This commit is contained in:
Matei Adriel 2023-07-18 18:04:12 +03:00
parent 2d8921f3c8
commit 3d47d56ce4
No known key found for this signature in database

View file

@ -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