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";