Commit b1565df71227

Vincent Demeester <vincent@sbr.pm>
2023-06-01 10:33:58
profiles.dns: disable dnssec validation temporarly…
… for some reason it fails with forwards.. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8b339df
Changed files (1)
systems
modules
profiles
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 = [
           {