Add nameservers explicitly
This commit is contained in:
parent
ebb9bb0d0d
commit
09b34cdcd9
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.nameservers = [ "91.239.100.100" "89.233.43.71" "1.1.1.1" "8.8.8.8" ];
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"10.11.99.1" = [ "remarkable" ];
|
"10.11.99.1" = [ "remarkable" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue