From 228b191389b989dcbec609e52371f0dda33ef51b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Apr 2018 11:57:23 +0200 Subject: dns via dhcp --- ymir.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 45c0668b..0c2d4c2b 100644 --- a/ymir.nix +++ b/ymir.nix @@ -928,6 +928,9 @@ in rec { option rfc3442-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1; option ms-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1; + + option domain-name "yggdrasil"; + option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4; } ''; }; -- cgit v1.2.3