From 5f79653e0bbd6483b3fe0d3133ad367f044b5ebe Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 16 Dec 2024 10:35:09 +0000 Subject: [PATCH] fix(jellyseer.nix): add "lan" to dnsInterfaces --- hosts/architect/jellyseer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/jellyseer.nix b/hosts/architect/jellyseer.nix index ea41b39..dc3c367 100644 --- a/hosts/architect/jellyseer.nix +++ b/hosts/architect/jellyseer.nix @@ -10,7 +10,7 @@ in }; architect.vhost.${domain} = { - dnsInterfaces = [ "tailscale" ]; + dnsInterfaces = [ "tailscale" "lan" ]; locations."/" = { port = config.services.jellyseerr.port; allowLan = true;