From d57a7de374cd976d18f692247e8f0929b0a32e05 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 7 Mar 2024 20:08:43 +0000 Subject: [PATCH] EDI: add port for Jellyfin --- hosts/x86_64/EDI/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64/EDI/configuration.nix b/hosts/x86_64/EDI/configuration.nix index 2fdfe6f..99cb8d2 100644 --- a/hosts/x86_64/EDI/configuration.nix +++ b/hosts/x86_64/EDI/configuration.nix @@ -22,7 +22,7 @@ networking.hostName = "EDI"; networking.firewall = { enable = true; - allowedTCPPorts = [ 80 443 3000 8123 ]; + allowedTCPPorts = [ 80 443 3000 8096 8123 ]; }; nixpkgs.config.permittedInsecurePackages = [