Add synergy ports to firewall config

This commit is contained in:
Andreas Schaafsma 2024-12-07 21:04:07 +01:00
parent 9ca20b8e24
commit cf95749f84

View File

@ -118,8 +118,12 @@
# services.openssh.enable = true; # services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; networking.firewall.allowedTCPPorts = [
# networking.firewall.allowedUDPPorts = [ ... ]; 24800 #Synergy
];
networking.firewall.allowedUDPPorts = [
24800 #Synergy
];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;