summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:46:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:46:45 +0200
commit5deb9aca5eb238d95d662033723e2a4b5cf5cb64 (patch)
tree6113a6c52bcfc3d4ed6aa7a35a072262093956f4
parent0ea630b6fa235812575d83a3b6ca7aeae73f2afd (diff)
downloadnixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar
nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.gz
nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.bz2
nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.xz
nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.zip
...
-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