summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-29 16:32:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-29 16:32:13 +0200
commitce127728c06347df732535d042235b38992dac6a (patch)
tree1c14013e44bfb63462ec96762fc0710351a754ed /hosts
parenta1dda1657c43252b175d4f1c1533052968c4fde8 (diff)
downloadnixos-ce127728c06347df732535d042235b38992dac6a.tar
nixos-ce127728c06347df732535d042235b38992dac6a.tar.gz
nixos-ce127728c06347df732535d042235b38992dac6a.tar.bz2
nixos-ce127728c06347df732535d042235b38992dac6a.tar.xz
nixos-ce127728c06347df732535d042235b38992dac6a.zip
knot@surtr: don't write zonefile
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/dns/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/surtr/dns/default.nix b/hosts/surtr/dns/default.nix
index 2cf34d80..049e425c 100644
--- a/hosts/surtr/dns/default.nix
+++ b/hosts/surtr/dns/default.nix
@@ -29,6 +29,7 @@
29 zone: 29 zone:
30 - domain: yggdrasil.li 30 - domain: yggdrasil.li
31 file: ${./zones/li.yggdrasil.soa} 31 file: ${./zones/li.yggdrasil.soa}
32 zonefile-sync: -1
32 semantic-checks: on 33 semantic-checks: on
33 dnssec-signing: on 34 dnssec-signing: on
34 ''; 35 '';