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,12 +1,10 @@
|
|||
{ dns, ... }:
|
||||
let
|
||||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
proxy = false;
|
||||
in
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
records = {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue