From 2b59ac99225a16c0648ee001e955f854d931c3e0 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Jan 2019 00:44:54 +0100 Subject: [PATCH] Activate own dns --- system/modules/laptop.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/system/modules/laptop.nix b/system/modules/laptop.nix index 5a064f0c..ef9f7c51 100644 --- a/system/modules/laptop.nix +++ b/system/modules/laptop.nix @@ -33,6 +33,17 @@ in }; services = { + unbound = { + enable = true; + extraConfig = '' + server: + domain-insecure: dn42. + + forward-zone: + name: "dn42." + forward-addr: 172.23.0.53 + ''; + }; mpd = { enable = true; user = me.user;