From 0fb70b7ff85753ebcf77084625190f7048396762 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 9 Dec 2024 10:36:22 +0000 Subject: [PATCH] fix(sonarr.nix): add "lan" to dnsInterfaces --- 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 79c4cd5..1b29832 100644 --- a/hosts/architect/sonarr.nix +++ b/hosts/architect/sonarr.nix @@ -11,7 +11,7 @@ in }; architect.vhost.${domain} = with config.architect.networks; { - dnsInterfaces = [ "tailscale" ]; + dnsInterfaces = [ "tailscale" "lan" ]; locations."/" = { port = 8989;