feat: explicitly add resolvd
This commit is contained in:
parent
28059709b0
commit
a550093e8e
1 changed files with 13 additions and 0 deletions
|
|
@ -45,5 +45,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
|
||||
dnsovertls = "opportunistic";
|
||||
|
||||
fallbackDns = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
"2606:4700:4700::1111"
|
||||
"2606:4700:4700::1001"
|
||||
];
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue