mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
change nix schema
This commit is contained in:
parent
c5161c6471
commit
be1ebe0d15
32 changed files with 238 additions and 344 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{ dns, ... }:
|
||||
let
|
||||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "jacobrdale";
|
||||
};
|
||||
proxy = false;
|
||||
in
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "hexon404.onrender.com." ];
|
||||
records = {
|
||||
CNAME = [ "hexon404.onrender.com." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue