From 96d921266012a017a10cfb50dae3b1f804b0c1cc Mon Sep 17 00:00:00 2001 From: linuxhoe Date: Sat, 22 Jul 2023 19:40:51 -0400 Subject: [PATCH] feat(domain): nix.is-a.dev --- domains/nix.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nix.json diff --git a/domains/nix.json b/domains/nix.json new file mode 100644 index 000000000..d99db5263 --- /dev/null +++ b/domains/nix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "linuxhoe", + "email": "b0t@disroot.org" + }, + "record": { + "CNAME": "linuxhoe.github.io" + } +}