Revert "thrall: Enable dnsmask for interface wg0"

This reverts commit 0cb97499ec.
This commit is contained in:
Alexander Kobjolke 2023-02-14 21:22:09 +01:00
parent f32a1b3202
commit 534ec54306

View file

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