thrall: Disable dnsmasq

Conflicts with kresd used by mailserver.
This commit is contained in:
Alexander Kobjolke 2021-11-30 23:03:43 +01:00
parent ce5175a482
commit 8224f8c283

View file

@ -154,7 +154,7 @@
services.openssh.enable = true;
services.dnsmasq = {
enable = true;
enable = false;
extraConfig = ''
interface=wg0
'';