Split domains into their own var file and update all files accordingly

This commit is contained in:
Jimbo 2024-10-24 23:42:09 -04:00
parent 47bf9a94cd
commit fe73fa0d1f
34 changed files with 143 additions and 117 deletions

View file

@ -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
];
};
}