feat(dns): add defaults to each zone through the module system

This commit is contained in:
Luj 2024-08-25 12:13:35 +02:00
parent 55a023f057
commit 5424d9f994
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 29 additions and 28 deletions

View file

@ -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 ];
};