Expose syncthing to wireguard

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-12 08:29:01 +01:00
parent 8066e7a3ac
commit a84c75b7e2
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -136,4 +136,5 @@
};
};
};
networking.firewall.interfaces."wg0".allowedTCPPorts = [ 8384 ];
}