From b7d6c1c252721ff0e97fcb538ad23f77c13aa6e5 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 22:06:48 +0200 Subject: [PATCH] feat: open mc server --- hosts/hitsugibune/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index 01b0150..902d194 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -37,6 +37,8 @@ in { nix.settings.experimental-features = ["nix-command" "flakes"]; + networking.firewall.allowedUDPPorts = [ 24454 ]; + services.modded-minecraft-servers = { # This is mandatory, sorry. eula = true;