summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 42fc2886..f3fa241f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -144,7 +144,12 @@
144 }; 144 };
145 145
146 services = { 146 services = {
147 unbound.enable = true; 147 unbound = {
148 enable = true;
149 extraConfig = ''
150 control-enable: yes
151 '';
152 };
148 153
149 fprintd.enable = true; 154 fprintd.enable = true;
150 155