mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
networking: Completely disable dnssec and dnsovertls
This commit is contained in:
parent
0d261200ff
commit
6c3a9ef924
1 changed files with 1 additions and 5 deletions
|
|
@ -43,10 +43,6 @@ in
|
|||
useDHCP = false;
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "allow-downgrade";
|
||||
dnsovertls = "opportunistic";
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue