Add firewall rule for barrier

framework
Stef Dunlap 1 year ago
parent 9939066d83
commit 6e035747c1
  1. 4
      conf/workstation.nix

@ -116,7 +116,9 @@
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [
24800 # barrier
];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;

Loading…
Cancel
Save