Allow mc port on alexandria
This commit is contained in:
parent
b1f54d2a56
commit
41bfaf81cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue