fix(vesuvio): disable dnsovertls
This commit is contained in:
parent
4a335335d5
commit
f8f95629c7
3 changed files with 9 additions and 4 deletions
|
@ -165,8 +165,8 @@ in {
|
|||
|
||||
resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
dnsovertls = "true";
|
||||
dnssec = lib.mkDefault "true";
|
||||
dnsovertls = lib.mkDefault "true";
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue