about summary refs log tree commit diff
path: root/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dns.nix')
-rw-r--r--dns.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/dns.nix b/dns.nix
index 48c5395..78c4d7d 100644
--- a/dns.nix
+++ b/dns.nix
@@ -61,13 +61,6 @@ in {
           any: info
 
       acl:
-        - id: lego
-          address: 127.0.0.1
-          address: ::1
-          key: lego
-          action: update
-          update-type: TXT
-          update-owner: key
         - id: secondary
           address: 204.87.183.53
           address: 2607:7c80:54:6::53
@@ -92,7 +85,6 @@ in {
           acl: secondary
         - domain: loang.net
           notify: secondary
-          acl: lego
           acl: secondary
         - domain: sinyx.indy
           file: ${sinyxIndyZone}
@@ -106,7 +98,6 @@ in {
           acl: xarvos
     '';
     keyFiles = [
-      "/var/lib/knot/keys/update/lego"
       "/var/lib/knot/keys/update/xrvs.net"
     ];
   };