fix(sj-srv1,containers, systemd-resolved): resolve via dhcp, host, and never use fallbacks
This commit is contained in:
parent
def42226f1
commit
7f97ee3d47
3 changed files with 41 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{lib, ...}: {
|
||||
networking.nameservers = [
|
||||
# https://dnsforge.de/
|
||||
"176.9.93.198"
|
||||
|
@ -16,5 +16,7 @@
|
|||
|
||||
# TODO: figure out why "true" doesn't work
|
||||
dnsovertls = "opportunistic";
|
||||
|
||||
fallbackDns = lib.mkForce [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue