From f9e3b821fea615b9152461e6481d4ba8261cc200 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 17:36:34 +0200 Subject: ... --- hel.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 42fc2886..f3fa241f 100644 --- a/hel.nix +++ b/hel.nix @@ -144,7 +144,12 @@ }; services = { - unbound.enable = true; + unbound = { + enable = true; + extraConfig = '' + control-enable: yes + ''; + }; fprintd.enable = true; -- cgit v1.2.3