From b85aaff840bfa47ef3e49bf4bd7a2d62c0cfdc68 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 25 Aug 2024 02:03:39 -0600 Subject: [PATCH] removed redundant ports --- hosts/server/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index e1c8401..e6cc7ae 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -32,7 +32,6 @@ }; networking = let ports = [ - 8080 2049 # idk 8989 # sonarr 7878 # radarr @@ -41,7 +40,6 @@ 8096 # jellyfin 6767 # bazarr 5000 # kavita - 9091 # qbittorrent ]; in { hostName = "server";