From f31a63396b83d8c0e8d4ec3b0d5f218f6ba0218f Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 13:19:23 -0700 Subject: [PATCH] Correct `ORIGIN` statement. --- zone-to-zonefile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index e7d17da..069d2b7 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -115,7 +115,7 @@ let zone.subdomains); in '' - $ORIGIN ${domain}; + $ORIGIN ${domain}. $TTL ${zone.default-ttl} ${joinLines defaultHostRecords}