Unblock syncthing ports
This commit is contained in:
parent
ba9d54243b
commit
538eb6f0f5
1 changed files with 3 additions and 0 deletions
|
@ -68,4 +68,7 @@ in
|
|||
uniemoji
|
||||
];
|
||||
};
|
||||
# For syncthing
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22000 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue