mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 09:01:39 +01:00
thinkpad: fix wireguard dns
This commit is contained in:
parent
02f075b615
commit
d18366c69c
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
networkConfig = {
|
||||
Address = "192.168.43.3/32";
|
||||
DNS = "192.168.43.1";
|
||||
Domains = "~vpn.rfive.de";
|
||||
Domains = "~vpn.rfive.de ~43.168.192.in-addr.arpa";
|
||||
DNSSEC = false;
|
||||
BindCarrier = [ "wlp9s0" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue