Allow mc port on alexandria

This commit is contained in:
rotterdam 2023-06-27 13:04:14 -03:00
parent b1f54d2a56
commit 41bfaf81cd

View file

@ -20,7 +20,7 @@
networking = { networking = {
hostName = "alexandria"; hostName = "alexandria";
firewall = { firewall = {
allowedTCPPorts = [ 80 443 9666 ]; allowedTCPPorts = [ 80 443 25565 9666 ];
allowedUDPPorts = [ 24454 ]; allowedUDPPorts = [ 24454 ];
}; };
}; };