Migrate mc server to nix-minecraft flake

This commit is contained in:
William 2023-06-28 17:44:55 -03:00
parent f06979ac1d
commit 92f1c6f3fa
6 changed files with 114 additions and 41 deletions

View file

@ -20,7 +20,7 @@
networking = {
hostName = "alexandria";
firewall = {
allowedTCPPorts = [ 80 443 8010 9666 25565 ];
allowedTCPPorts = [ 80 443 8010 9666 ];
allowedUDPPorts = [ 24454 ];
};
};