From 5d9e182e50bded8a801b31f7ee99479efa6052da Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 18:01:14 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index a4a6385b..867442c2 100644 --- a/hel.nix +++ b/hel.nix @@ -146,7 +146,7 @@ systemd.services."unbound" = { preStart = '' if [[ -d /etc/unbound ]]; then - ${pkgs.utillinux}/bin/mkdir -p /var/lib/unbound/etc/unbound + ${pkgs.coreutils}/bin/mkdir -p /var/lib/unbound/etc/unbound ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound fi ''; -- cgit v1.2.3