summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-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 = [