From 92dff493fd986ce53dc50da1702e31d7ebd7c811 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Tue, 14 May 2024 23:55:54 +0500 Subject: [PATCH] fix: add deluge subdomain to dns resolver settings --- nixos/networking/unbound.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/networking/unbound.nix b/nixos/networking/unbound.nix index e84e0f1..a00e534 100644 --- a/nixos/networking/unbound.nix +++ b/nixos/networking/unbound.nix @@ -13,10 +13,12 @@ local-zone = [ "\"pp.comfycamp.space\" static" "\"vault.comfycamp.space\" static" + "\"deluge.comfycamp.space\" static" ]; local-data = [ "\"pp.comfycamp.space IN A 10.101.0.1\"" "\"vault.comfycamp.space IN A 10.101.0.1\"" + "\"deluge.comfycamp.space IN A 10.101.0.1\"" ]; }; forward-zone = [