Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-04 10:18:47 +02:00
committed by GitHub
parent bf8e46981d
commit 272ce6c7da

View File

@@ -10,7 +10,6 @@
hostName = "server";
firewall = {
allowedTCPPorts = [ 80 443 25565 ];
allowedUDPPorts = [ 80 443 25565 ];
};
};