summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-29 21:33:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-29 21:33:59 +0200
commitc6851737ae5b433b855cabc4653dea2518f6caf5 (patch)
tree80d54a3fbc18c433b7591765efa828694dabb58f
parent0f031a3992336c946f3489d70514ed06743dbb26 (diff)
downloadnixos-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.nix2
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 = [