mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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";
|
adminEmail = "dns@malka.sh";
|
||||||
serial = 0;
|
serial = 0;
|
||||||
};
|
};
|
||||||
|
NS = [
|
||||||
|
"ns1"
|
||||||
|
"ns2"
|
||||||
|
];
|
||||||
defaults = {
|
defaults = {
|
||||||
inherit SOA;
|
inherit SOA NS;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
|
|
Loading…
Add table
Reference in a new issue