feat: allow port for 5520 hytale
This commit is contained in:
parent
048a87b970
commit
74fba951b9
3 changed files with 13 additions and 12 deletions
|
|
@ -139,6 +139,7 @@
|
|||
gdb
|
||||
geogebra6
|
||||
gh
|
||||
ghidra
|
||||
gimp
|
||||
git
|
||||
github-copilot-cli
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ in {
|
|||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# 9 wake on lan
|
||||
networking.firewall.allowedUDPPorts = [24454 9];
|
||||
networking.firewall.allowedUDPPorts = [24454 9 5520];
|
||||
|
||||
services.modded-minecraft-servers = {
|
||||
# This is mandatory, sorry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue