mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
dns: only use wireguard for the .lan domain
This commit is contained in:
parent
d300cae8ea
commit
fcae1118f4
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "192.168.43.3/32";
|
Address = "192.168.43.3/32";
|
||||||
DNS = "192.168.43.1";
|
DNS = "192.168.43.1";
|
||||||
|
Domains = "~lan";
|
||||||
DNSSEC = true;
|
DNSSEC = true;
|
||||||
BindCarrier = [ "wlp9s0" ];
|
BindCarrier = [ "wlp9s0" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue