summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:59:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:59:14 +0200
commit2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1 (patch)
treeaf627bf921ffdd15e7088ea63f9ef65cadf8a4fe /hel.nix
parente62f52d28c0acb828280aca9eeb8e0e1f9e11103 (diff)
downloadnixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar
nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.gz
nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.bz2
nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.xz
nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 9b98f5ea..92bcc5d6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -150,7 +150,7 @@
150 ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound 150 ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound
151 fi 151 fi
152 ''; 152 '';
153 ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" '' 153 serviceConfig.ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" ''
154 ${pkgs.utillinux}/bin/umount /var/lib/unbound/dev/random 154 ${pkgs.utillinux}/bin/umount /var/lib/unbound/dev/random
155 ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound 155 ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound
156 ''); 156 '');