From 04ee3105c184c73bd13d3acb6bdccd15b12a5532 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 20 Feb 2026 22:58:16 +0100 Subject: [PATCH] [hosts] fix dns --- machines/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/hosts.nix b/machines/hosts.nix index 067179d9..f04d03de 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -6,7 +6,7 @@ let hostId = hostId; address = "192.168.1.${hostId}"; gateway = "192.168.1.1"; - nameservers = [ "192.168.1.17" "1.1.1.1" ]; #setting ns1 as nameserver + nameservers = [ "192.168.1.1" "1.1.1.1" ]; #setting ns1 as nameserver mac = mac; };