summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 04:26:48 -0500
committerseth <[email protected]>2024-02-12 04:32:11 -0500
commit2b34acab04d8b42da1517189a50a8b8fa5ebc724 (patch)
treebb728d90e37bcc0a851d4eee7d7dc4fa67f10ea6
parent0c536ac850d90324a4f689cb18583c1b26e89d07 (diff)
terranix: add keyoxide proof to cloudflare dns
-rw-r--r--ext/terranix/cloudflare/dns.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/terranix/cloudflare/dns.nix b/ext/terranix/cloudflare/dns.nix
index 9618019..da2b175 100644
--- a/ext/terranix/cloudflare/dns.nix
+++ b/ext/terranix/cloudflare/dns.nix
@@ -21,6 +21,12 @@ in {
type = "CNAME";
};
+ keyoxide = {
+ name = "@";
+ value = "$argon2id$v=19$m=512,t=256,p=1$AlA6W5fP7J14zMsw0W5KFQ$EQz/NCE0/TQpE64r2Eo/yOpjtMZ9WXevHsv3YYP7CXg";
+ type = "TXT";
+ };
+
www = {
value = "mydadleft.me";
type = "CNAME";