From 269e736f4798f338587584738067a092981270ed Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 21 Oct 2023 15:12:01 +0200 Subject: [PATCH] sonarr: changed port to 8989 --- hosts/architect/sonarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };