Opened port for simple voice chat

This commit is contained in:
rotterdam 2023-06-09 19:06:34 -03:00
parent 835747321e
commit 1d97e433f5

View file

@ -19,6 +19,9 @@
networking = {
hostName = "alexandria";
firewall = { allowedTCPPorts = [ 80 443 9666 ]; };
firewall = {
allowedTCPPorts = [ 80 443 9666 ];
allowedUDPPorts = [ 24454 ];
};
};
}