feat(home): Enable syncthing and tray service
This commit is contained in:
parent
d88ee22bd6
commit
4f62902ad5
2 changed files with 9 additions and 4 deletions
|
|
@ -100,9 +100,10 @@ in {
|
|||
|
||||
services.blueman.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 5223 ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Open ports in the firewall
|
||||
# 22000, 21027 syncthing discovery and connectivity
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 21027 22000 ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue