mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
dns: move all local hosts under vpn.rfive.de
This commit is contained in:
parent
0b0ddf7faf
commit
0205b8b2ea
3 changed files with 8 additions and 29 deletions
|
@ -163,8 +163,8 @@
|
|||
networkConfig = {
|
||||
Address = "192.168.43.3/32";
|
||||
DNS = "192.168.43.1";
|
||||
Domains = "~lan";
|
||||
DNSSEC = true;
|
||||
Domains = "~vpn.rfive.de";
|
||||
DNSSEC = false;
|
||||
BindCarrier = [ "wlp9s0" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue