feat(home): Enable syncthing and tray service

This commit is contained in:
Alexander Kobjolke 2024-03-13 22:13:12 +01:00
parent d88ee22bd6
commit 4f62902ad5
2 changed files with 9 additions and 4 deletions

View file

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