From b4a3f9c9ec849f03f68243c258221c72ff67e188 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 25 Feb 2025 15:12:05 +0000 Subject: [PATCH] Edit configuration.nix --- hosts/x86_64/edi/configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 = [