refactor: comment out resolved DNS customization

Commented out DNSSEC configuration and single-label resolution in systemd-resolved. This change disables custom DNS behavior to potentially align with default system behavior or compatibility requirements.
This commit is contained in:
Harald Hoyer 2025-02-25 08:42:16 +01:00
parent 109c6be0b1
commit fff88913be
4 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
}:
{
services.resolved.enable = true;
services.resolved.dnssec = "allow-downgrade";
#services.resolved.dnssec = "allow-downgrade";
services.resolved.extraConfig = ''
ResolveUnicastSingleLabel=yes
'';