fix(sj-srv1,containers, systemd-resolved): resolve via dhcp, host, and never use fallbacks

This commit is contained in:
steveej 2024-10-16 23:01:57 +02:00
parent def42226f1
commit 7f97ee3d47
3 changed files with 41 additions and 3 deletions

View file

@ -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 [];
};
}