add config for adhoc minecraft server
Some checks failed
/ perform flake analysis (push) Successful in 39s
/ build hive configuration (push) Failing after 29s

This commit is contained in:
2026-01-16 22:16:06 +01:00
parent eaf515e178
commit ccf9e6b624
4 changed files with 25 additions and 44 deletions

View File

@@ -36,7 +36,14 @@ in
# dhcpcd.extraConfig = "nohook resolv.conf";
firewall = {
allowedTCPPorts = [ nodes.sin.config.services.gitea.settings.server.SSH_PORT ];
allowedTCPPorts = [
nodes.sin.config.services.gitea.settings.server.SSH_PORT
]
++ [
# minecraft ad hoc server ports
25665
25675
];
};
nat = {
enable = true;