Move more things into their 'correct' place
This commit is contained in:
parent
ce31f4355e
commit
b69c9dbbbf
9 changed files with 109 additions and 58 deletions
|
@ -36,4 +36,14 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Open ports for proxy
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
25565 19132 5657 # Minecraft server info
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
25565 19132 # Minecraft server, VC, and Bedrock
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue