mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: add ns A/AAAA records to all zones
This commit is contained in:
parent
02714b8a74
commit
de7dd4c370
2 changed files with 13 additions and 11 deletions
|
@ -100,16 +100,6 @@ lib.mkMerge [
|
|||
'';
|
||||
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
machine.meta.zones."julienmalka.me".subdomains = {
|
||||
ns1 = {
|
||||
A = [ "82.67.34.230" ];
|
||||
AAAA = [ "2a01:e0a:de4:a0e0:2f0:cbff:feef:e12a" ];
|
||||
};
|
||||
ns2 = {
|
||||
A = [ "163.172.91.82" ];
|
||||
AAAA = [ "2001:bc8:3d24::45" ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue