commit b1565df712278caccc91c3d3f41b554d2b59a542
parent 8b339dfc2dc054b503f5676620818a82df735949
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 1 Jun 2023 10:33:58 +0200
profiles.dns: disable dnssec validation temporarly…
… for some reason it fails with forwards..
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/systems/modules/profiles/dns.nix b/systems/modules/profiles/dns.nix
@@ -16,6 +16,9 @@ in
bind = {
enable = true;
forwarders = [ "8.8.8.8" "8.8.4.4" ];
+ extraOptions = ''
+ dnssec-validation no;
+ '';
cacheNetworks = [ "192.168.1.0/24" "127.0.0.0/8" "10.100.0.0/24" ];
zones = [
{