summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f3fa241f..0aa06111 100644
--- a/hel.nix
+++ b/hel.nix
@@ -147,7 +147,8 @@
147 unbound = { 147 unbound = {
148 enable = true; 148 enable = true;
149 extraConfig = '' 149 extraConfig = ''
150 control-enable: yes 150 server:
151 control-enable: yes
151 ''; 152 '';
152 }; 153 };
153 154