feat(heimdall): disable systemd-resolved stub resolver.

This commit is contained in:
CronyAkatsuki 2025-05-15 00:31:03 +02:00
parent 250bef81cd
commit 8ba62edbc4

View file

@ -13,6 +13,10 @@
wg-quick.interfaces.wg0.configFile = "${config.age.secrets.wg-heimdall.path}";
};
services.resolved.extraConfig = ''
DNSStubListener=no
'';
services.dnsmasq = {
enable = true;
settings = {