mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat: add NS records to zones
This commit is contained in:
parent
1db71f86db
commit
fdb63444b0
1 changed files with 5 additions and 1 deletions
|
@ -21,8 +21,12 @@ let
|
|||
adminEmail = "dns@malka.sh";
|
||||
serial = 0;
|
||||
};
|
||||
NS = [
|
||||
"ns1"
|
||||
"ns2"
|
||||
];
|
||||
defaults = {
|
||||
inherit SOA;
|
||||
inherit SOA NS;
|
||||
};
|
||||
in
|
||||
with lib;
|
||||
|
|
Loading…
Add table
Reference in a new issue