diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-29 21:33:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-29 21:33:59 +0200 |
| commit | c6851737ae5b433b855cabc4653dea2518f6caf5 (patch) | |
| tree | 80d54a3fbc18c433b7591765efa828694dabb58f | |
| parent | 0f031a3992336c946f3489d70514ed06743dbb26 (diff) | |
| download | nixos-c6851737ae5b433b855cabc4653dea2518f6caf5.tar nixos-c6851737ae5b433b855cabc4653dea2518f6caf5.tar.gz nixos-c6851737ae5b433b855cabc4653dea2518f6caf5.tar.bz2 nixos-c6851737ae5b433b855cabc4653dea2518f6caf5.tar.xz nixos-c6851737ae5b433b855cabc4653dea2518f6caf5.zip | |
knot@surtr: fix path dependency
| -rw-r--r-- | hosts/surtr/dns/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/dns/default.nix b/hosts/surtr/dns/default.nix index 65153cf4..2a2ebe77 100644 --- a/hosts/surtr/dns/default.nix +++ b/hosts/surtr/dns/default.nix | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | fsType = "zfs"; | 6 | fsType = "zfs"; |
| 7 | }; | 7 | }; |
| 8 | 8 | ||
| 9 | systemd.services.knot.unitConfig.RequiresMountsFor = [ "var-lib-knot.mount" ]; | 9 | systemd.services.knot.unitConfig.RequiresMountsFor = [ "/var/lib/knot" ]; |
| 10 | 10 | ||
| 11 | networking.firewall = { | 11 | networking.firewall = { |
| 12 | allowedTCPPorts = [ | 12 | allowedTCPPorts = [ |
