From 8e8a3099e5c3f1cf56677d5a9dbb7fb79a5c937f Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 29 Jan 2024 16:55:34 -0800 Subject: [PATCH] Don't try signing reverse zones --- authoritative-dns.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/authoritative-dns.nix b/authoritative-dns.nix index e2e913e..c42f4a0 100644 --- a/authoritative-dns.nix +++ b/authoritative-dns.nix @@ -131,7 +131,6 @@ in { reverseZonefile { inherit domain network notify; inherit (zone) nameservers; - keyFile = ksk.key-file; ipHostMap = cfg.ip-host-map; serial = cfg.timestamp; }) reverse-zones)) cfg.domains;