networking: add second dns
This commit is contained in:
parent
ddb89b37c0
commit
8977e2c4b6
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ _: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"resolv.conf".text = "nameserver 192.168.1.221\n";
|
"resolv.conf".text = ''
|
||||||
|
nameserver 192.168.1.221
|
||||||
|
nameserver 192.168.1.153
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue