diff options
-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 |