From 6cad93e5fbfe33bf4fdf53b5de7394cf4ab25cf8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 29 May 2021 17:04:28 +0200 Subject: knot@surtr: syntax --- hosts/surtr/dns/default.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'hosts') diff --git a/hosts/surtr/dns/default.nix b/hosts/surtr/dns/default.nix index b581ad51..31c02196 100644 --- a/hosts/surtr/dns/default.nix +++ b/hosts/surtr/dns/default.nix @@ -27,23 +27,23 @@ listen: 2a03:4000:52:ada::@53 remote: - - id: inwx + - id: "inwx_notify" address: 185.181.104.96@53 acl: - - id: inwx_acl + - id: "inwx_acl" address: 185.181.104.96 action: transfer template: - - id: inwx_zone + - id: "inwx_zone" storage: /var/lib/knot zonefile-sync: -1 zonefile-load: difference-no-serial semantic-checks: on dnssec-signing: on - notify: inwx - acl: [inwx_acl] + notify: ["inwx_notify"] + acl: ["inwx_acl"] policy: - id: rsa @@ -53,35 +53,35 @@ zsk-lifetime: 30d zone: - - template: inwx_zone + - template: "inwx_zone" domain: yggdrasil.li file: ${./zones/li.yggdrasil.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: nights.email file: ${./zones/email.nights.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: 141.li file: ${./zones/li.141.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: kleen.li file: ${./zones/li.kleen.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: xmpp.li file: ${./zones/li.xmpp.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: dirty-haskell.org file: ${./zones/org.dirty-haskell.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: praseodym.org file: ${./zones/org.praseodym.soa} zone: - - template: inwx_zone + - template: "inwx_zone" domain: rheperire.org file: ${./zones/org.rheperire.soa} ''; -- cgit v1.2.3