From 2ff59533a0c9459f3094d6cbc81d4435336cf6c3 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 09:14:56 +0100 Subject: [PATCH] add nameservers --- hosts/fw.cloonar.com/modules/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/networking.nix b/hosts/fw.cloonar.com/modules/networking.nix index 8869cb2..4fb0a23 100644 --- a/hosts/fw.cloonar.com/modules/networking.nix +++ b/hosts/fw.cloonar.com/modules/networking.nix @@ -30,6 +30,7 @@ networking = { useDHCP = false; # Define VLANS + nameservers = [ "10.42.97.2" ]; vlans = { infrastructure = { id = 101;