From 884932435c662a538c66092011ba8725cb0fb51e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 16 Dec 2024 10:34:50 +0000 Subject: [PATCH] fix(architect/prowlarr.nix): add "lan" to dnsInterfaces --- hosts/architect/prowlarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/prowlarr.nix b/hosts/architect/prowlarr.nix index 0feb849..7939c30 100644 --- a/hosts/architect/prowlarr.nix +++ b/hosts/architect/prowlarr.nix @@ -10,7 +10,7 @@ in }; architect.vhost.${domain} = with config.architect.networks; { - dnsInterfaces = [ "tailscale" ]; + dnsInterfaces = [ "tailscale" "lan" ]; locations."/" = { port = 9696;