shared: disable dnssec

This commit is contained in:
Adithya 2024-07-20 17:55:49 +05:30
parent b2ed7d98e5
commit 31638aba6e
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -8,7 +8,6 @@
services.resolved = { services.resolved = {
enable = true; enable = true;
dnssec = "true";
domains = [ "~." ]; domains = [ "~." ];
fallbackDns = [ ]; fallbackDns = [ ];
}; };