diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-20 16:13:08 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-20 16:13:08 +0900 |
commit | 4351e676dd68e4f6dfde81603f448dec4c3cd84b (patch) | |
tree | 8f78c8796b5ff12de2cc3051c3761b231666b38e | |
parent | d6210759f8b69f097f3670bc255a775041554e1d (diff) | |
download | nixos-conf-4351e676dd68e4f6dfde81603f448dec4c3cd84b.tar.gz |
Create key for cnx.gdn
-rw-r--r-- | dns.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns.nix b/dns.nix index 63e0799..307e930 100644 --- a/dns.nix +++ b/dns.nix @@ -44,6 +44,10 @@ address: 204.87.183.53 address: 2607:7c80:54:6::53 action: transfer + - id: cnx + action: update + update-owner: key + key: cnx.gdn - id: xarvos action: update update-owner: key @@ -59,6 +63,7 @@ - domain: cnx.gdn notify: secondary acl: secondary + acl: cnx - domain: loang.net - domain: xrvs.net notify: secondary @@ -66,6 +71,7 @@ acl: xarvos ''; keyFiles = [ + "/var/lib/knot/keys/update/cnx.gdn" "/var/lib/knot/keys/update/xrvs.net" ]; }; |