This commit is contained in:
Jimbo 2024-08-27 14:55:18 -04:00
parent 8b1dce087d
commit 55c32a778b

View file

@ -230,7 +230,7 @@ in
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 22 ];
networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 69 ];
networking.firewall.allowedUDPPorts = [ 4455 ];
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).