Split domains into their own var file and update all files accordingly
This commit is contained in:
parent
47bf9a94cd
commit
fe73fa0d1f
34 changed files with 143 additions and 117 deletions
|
@ -40,11 +40,18 @@ in {
|
|||
|
||||
# Open ports for proxy
|
||||
networking.firewall = {
|
||||
# Server and info
|
||||
allowedTCPPorts = [
|
||||
25565 19132 30013 5657 # Minecraft server info
|
||||
25565
|
||||
19132
|
||||
30013
|
||||
5657
|
||||
];
|
||||
# Server, VC, and Bedrock
|
||||
allowedUDPPorts = [
|
||||
25565 19132 30013 # Minecraft server, VC, and Bedrock
|
||||
25565
|
||||
19132
|
||||
30013
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue