networking: remove nameservers
This commit is contained in:
parent
c132571fe5
commit
90ebc86f17
1 changed files with 0 additions and 14 deletions
|
@ -1,17 +1,3 @@
|
||||||
_: {
|
_: {
|
||||||
networking = {
|
|
||||||
networkmanager.enable = true;
|
|
||||||
nameservers = ["192.168.1.221"];
|
|
||||||
firewall = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
environment.etc = {
|
|
||||||
"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