networking/module.nix: fix dnsovertls spelling
This commit is contained in:
parent
fcbd4cd0af
commit
6ba88e2edc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in {
|
|||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "false";
|
||||
dnsovertls = "oppertunistic";
|
||||
dnsovertls = "opportunistic";
|
||||
# quad9 dns
|
||||
fallbackDns = ["9.9.9.9" "2620::fe::fe"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue