From c7706d43f9a61aa584737d2af065086303bd7934 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 17:57:16 +0200 Subject: ... --- hel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hel.nix b/hel.nix index 82ec5109..bbb8c9a5 100644 --- a/hel.nix +++ b/hel.nix @@ -146,12 +146,12 @@ systemd.services."unbound" = { preStart = '' if [[ -d /etc/unbound ]]; then - ${pkgs.util-linux}/bin/mkdir -p /var/lib/unbound/etc/unbound - ${pkgs.util-linux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound + ${pkgs.utillinux}/bin/mkdir -p /var/lib/unbound/etc/unbound + ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound fi ''; postStop = '' - ${pkgs.util-linux}/bin/umount /var/lib/unbound/etc/unbound + ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound ''; }; -- cgit v1.2.3