mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
Revert "Nix"
This commit is contained in:
parent
1c04d92eb4
commit
3fac80dcfc
31 changed files with 239 additions and 158 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "orangci";
|
||||
email = "c@orangc.xyz";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue