From 4e4e1f1cf1cb2b75cdfedae7fcca95b28392eb0b Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 10 May 2024 16:48:29 +0500 Subject: [PATCH] chore: update local domain ips --- nixos/networking/unbound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/networking/unbound.nix b/nixos/networking/unbound.nix index dd2aeae..44114e7 100644 --- a/nixos/networking/unbound.nix +++ b/nixos/networking/unbound.nix @@ -14,8 +14,8 @@ "\"comfycamp.lan\" static" ]; local-data = [ - "\"comfycamp.lan IN A 192.168.0.50\"" - "\"vault.comfycamp.lan IN A 192.168.0.50\"" + "\"comfycamp.lan IN A 10.100.0.1\"" + "\"vault.comfycamp.lan IN A 10.100.0.1\"" ]; }; forward-zone = [