networking: add second dns

This commit is contained in:
notohh 2023-11-07 11:09:45 -05:00
parent ddb89b37c0
commit 8977e2c4b6
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;