Set up Syncthing

This commit is contained in:
2019-11-07 14:25:27 +01:00
parent e46f4088c0
commit de36958760
4 changed files with 61 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
# Firewall configuration
networking.firewall = {
allowedTCPPorts = [ 631 6566 ];
allowedTCPPorts = [ 631 6566 22067 8384 ];
autoLoadConntrackHelpers = true;
connectionTrackingModules = [ "sane" ];
};