diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:46:45 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:46:45 +0200 |
commit | 5deb9aca5eb238d95d662033723e2a4b5cf5cb64 (patch) | |
tree | 6113a6c52bcfc3d4ed6aa7a35a072262093956f4 | |
parent | 0ea630b6fa235812575d83a3b6ca7aeae73f2afd (diff) | |
download | nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.gz nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.bz2 nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.tar.xz nixos-5deb9aca5eb238d95d662033723e2a4b5cf5cb64.zip |
...
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |