diff options
| author | seth <[email protected]> | 2024-04-17 15:17:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-17 15:17:00 -0400 |
| commit | 7d9a12f18e8ef8f15903d52d22f556b6fe4e4eec (patch) | |
| tree | c83367187de9f157b6bbab5a658373a34901d593 /ext/terranix | |
| parent | 3958f9c3ab67bf2427fb18e469fe0dd283a58e5a (diff) | |
cloudflare: mirror dns records to getchoo.com
Diffstat (limited to 'ext/terranix')
| -rw-r--r-- | ext/terranix/cloudflare/dns.nix | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/terranix/cloudflare/dns.nix b/ext/terranix/cloudflare/dns.nix index 5664be2..c3372cf 100644 --- a/ext/terranix/cloudflare/dns.nix +++ b/ext/terranix/cloudflare/dns.nix @@ -74,6 +74,27 @@ in { zone_id = getchoo_com; }; + getchoo_com_api = { + name = "api"; + value = "teawieapi.pages.dev"; + type = "CNAME"; + zone_id = getchoo_com; + }; + + getchoo_com_miniflux = { + name = "miniflux"; + value = atlas_tunnel; + type = "CNAME"; + zone_id = getchoo_com; + }; + + getchoo_com_keyoxide = { + name = "@"; + value = "$argon2id$v=19$m=512,t=256,p=1$AlA6W5fP7J14zMsw0W5KFQ$EQz/NCE0/TQpE64r2Eo/yOpjtMZ9WXevHsv3YYP7CXg"; + type = "TXT"; + zone_id = getchoo_com; + }; + mydadleft_me_website = { name = "@"; value = "website-86j.pages.dev"; |
