dnscache: set insecure domains again

This commit is contained in:
Sandro - 2024-04-19 00:03:19 +02:00
parent 05510d606b
commit 349f3dcd1b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
interval = 86400, -- seconds
}
})
trust_anchors.set_insecure({'dn42', 'd.f.ip6.arpa', 'ffdd'})
'';
};
}