thrall: Enable dnsmask for interface wg0

This commit is contained in:
Alexander Kobjolke 2023-02-14 21:11:34 +01:00
parent ab8c80f56b
commit 0cb97499ec

View file

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