last ditch

This commit is contained in:
2025-08-14 19:36:12 -05:00
parent 00e1358f57
commit 683178dc60

View File

@@ -8,8 +8,14 @@
config = lib.mkIf config.sysconfig.opts.virtualization.minecraft.enable {
networking.firewall.allowedTCPPorts = [ 25565 ];
networking.firewall.allowedUDPPorts = [ 25565 ];
networking = {
firewall = {
allowedTCPPorts = [ 25565 ];
allowedUDPPorts = [ 25565 ];
};
nat.internalInterfaces = [ "ve-minecraft" ];
};
nixpkgs.overlays = [ inputs.nix-minecraft.overlay ];