dns: only use wireguard for the .lan domain

This commit is contained in:
Rouven Seifert 2024-04-01 13:07:10 +02:00
parent d300cae8ea
commit fcae1118f4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -163,6 +163,7 @@
networkConfig = {
Address = "192.168.43.3/32";
DNS = "192.168.43.1";
Domains = "~lan";
DNSSEC = true;
BindCarrier = [ "wlp9s0" ];
};