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