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

@ -28,7 +28,7 @@
system.stateVersion = "23.11";
services.resolved.enable = true;
services.resolved.dnssec = "allow-downgrade";
#services.resolved.dnssec = "allow-downgrade";
sops.age.sshKeyPaths = [ "/persist/ssh/ssh_host_ed25519_key" ];
sops.secrets.backup-s3.sopsFile = ../../../.secrets/t15/backup-s3.yaml;