summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index eff19194..e2718ce9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -144,7 +144,7 @@
144 }; 144 };
145 145
146 systemd.services."unbound" = { 146 systemd.services."unbound" = {
147 path = with pkgs; [ unbound ]; 147 path = with pkgs; [ unbound openssl ];
148 148
149 preStart = '' 149 preStart = ''
150 unbound-control-setup -d /var/lib/unbound 150 unbound-control-setup -d /var/lib/unbound