diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 18:01:14 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 18:01:14 +0200 |
| commit | 5d9e182e50bded8a801b31f7ee99479efa6052da (patch) | |
| tree | 5e79f48bcd4fecb94f1705837027fd2c57f1c8d5 | |
| parent | 32dcea58f4ea4bf191063449e0e7040dc0a2ef19 (diff) | |
| download | nixos-5d9e182e50bded8a801b31f7ee99479efa6052da.tar nixos-5d9e182e50bded8a801b31f7ee99479efa6052da.tar.gz nixos-5d9e182e50bded8a801b31f7ee99479efa6052da.tar.bz2 nixos-5d9e182e50bded8a801b31f7ee99479efa6052da.tar.xz nixos-5d9e182e50bded8a801b31f7ee99479efa6052da.zip | |
...
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -146,7 +146,7 @@ | |||
| 146 | systemd.services."unbound" = { | 146 | systemd.services."unbound" = { |
| 147 | preStart = '' | 147 | preStart = '' |
| 148 | if [[ -d /etc/unbound ]]; then | 148 | if [[ -d /etc/unbound ]]; then |
| 149 | ${pkgs.utillinux}/bin/mkdir -p /var/lib/unbound/etc/unbound | 149 | ${pkgs.coreutils}/bin/mkdir -p /var/lib/unbound/etc/unbound |
| 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 | ''; |
