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 = [