mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
11 lines
154 B
Nix
11 lines
154 B
Nix
{ dns, ... }:
|
|
let
|
|
owner = {
|
|
username = "jacobrdale";
|
|
};
|
|
proxy = false;
|
|
in
|
|
with dns.lib.combinators;
|
|
{
|
|
CNAME = [ "hexon404.onrender.com." ];
|
|
}
|