mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11: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 = {
|
||||
Address = "192.168.43.3/32";
|
||||
DNS = "192.168.43.1";
|
||||
Domains = "~lan";
|
||||
DNSSEC = true;
|
||||
BindCarrier = [ "wlp9s0" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue