summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2018-06-17 16:30:31 -0400
committerKjetil Ørbekk <kj@orbekk.com>2018-06-17 16:30:31 -0400
commit70024f01af8127d61d5a3bfabb052956f0a2e9b8 (patch)
tree8f92eb77954448aafdbcde36322015d8c3380c59
parentc0b0b9769d1c862e1a0919b4f8193aeaa08fd672 (diff)
set bind to auto sign ex
-rw-r--r--config/dns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dns.nix b/config/dns.nix
index 37c3952..e615651 100644
--- a/config/dns.nix
+++ b/config/dns.nix
@@ -19,6 +19,7 @@ in
type master;
file "/var/run/named/db.${zone}.zone";
auto-dnssec maintain;
+ inline-signing yes;
key-directory "/opt/secret/bind/${zone}";
update-policy local;
allow-query { any; };