mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
feat(dns): add defaults to each zone through the module system
This commit is contained in:
parent
55a023f057
commit
5424d9f994
2 changed files with 29 additions and 28 deletions
|
@ -82,12 +82,6 @@
|
|||
"ipv4"
|
||||
] config.machine.meta.ips)
|
||||
{
|
||||
SOA = {
|
||||
nameServer = "ns";
|
||||
adminEmail = "dns@malka.sh";
|
||||
serial = 0;
|
||||
};
|
||||
|
||||
subdomains.${config.networking.hostName} = {
|
||||
A = [ config.machine.meta.ips.vpn.ipv4 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue