mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
feat(nix): recursively import domain files via mapping
This commit is contained in:
parent
a97ad1b804
commit
4ca3912135
31 changed files with 216 additions and 93 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{ dns, ... }: let
|
||||
{ dns, ... }:
|
||||
let
|
||||
owner = {
|
||||
username = "Bananalolok";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
in
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
A = [ "69.197.135.205" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue