feat: enable dnssec

This commit is contained in:
uku 2024-10-21 14:38:09 +02:00
parent 624b287001
commit 0569118c40
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 5 additions and 2 deletions

View file

@ -165,7 +165,7 @@ in {
resolved = {
enable = true;
dnssec = "allow-downgrade";
dnssec = "true";
dnsovertls = "true";
};