diff --git a/systems/jeeves/networking.nix b/systems/jeeves/networking.nix index f87c1cf..8686a42 100644 --- a/systems/jeeves/networking.nix +++ b/systems/jeeves/networking.nix @@ -19,7 +19,6 @@ }; interfaces.tailscale0.allowedTCPPorts = [ 5000 # Nix binary cache - 6443 # Gitea HTTP 8000 # Audiobookshelf 8001 # Norn Sight 8002 # Gems @@ -27,7 +26,8 @@ 8096 # Jellyfin HTTP ]; allowedTCPPorts = [ - 8070 + 6443 # Gitea HTTP + 8070 # ebook searcher ]; }; useNetworkd = true;