diff --git a/hosts/x86_64/edi/configuration.nix b/hosts/x86_64/edi/configuration.nix index 3e71813..2f89ba3 100644 --- a/hosts/x86_64/edi/configuration.nix +++ b/hosts/x86_64/edi/configuration.nix @@ -79,12 +79,9 @@ networking.hostName = "edi"; networking.firewall = { enable = true; - # 2342 = PhotoPrism - # 3000 = Hydra - # 5000 = Kavita - # 8096 = Jellyfin # 11434 = Ollama - allowedTCPPorts = [ 80 443 2342 3000 5000 8096 9091 11434 ]; + # 25565 = Minecraft + allowedTCPPorts = [ 80 443 2342 9091 11434 25565 ]; }; nixpkgs.config.permittedInsecurePackages = [