mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
change nix schema
This commit is contained in:
parent
c5161c6471
commit
be1ebe0d15
32 changed files with 238 additions and 344 deletions
|
|
@ -24,7 +24,7 @@
|
|||
in
|
||||
{
|
||||
name = key;
|
||||
value = import (./domains + "/${name}") { inherit dns; };
|
||||
value = (import (./domains + "/${name}") { inherit dns; }).records;
|
||||
}
|
||||
) domainFiles;
|
||||
in
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
};
|
||||
NS = domain.nameservers;
|
||||
# note: Cloudflare ignores SOA and NS records uploaded via Zone File, they are included just so that dns.nix builds a valid zone file.
|
||||
CNAME = [ "website-e7n.pages.dev." ];
|
||||
inherit subdomains;
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue