diff --git a/hosts/architect/sonarr.nix b/hosts/architect/sonarr.nix index e730cc2..0c7b9d1 100644 --- a/hosts/architect/sonarr.nix +++ b/hosts/architect/sonarr.nix @@ -13,7 +13,7 @@ in dnsInterfaces = [ "tailscale" ]; locations."/" = { - port = 6969; + port = 8989; allowLan = true; }; };