Add nameservers explicitly

This commit is contained in:
Cyryl Płotnicki 2022-03-06 09:41:19 +00:00
parent ebb9bb0d0d
commit 09b34cdcd9

View file

@ -37,6 +37,8 @@
shell = pkgs.zsh;
};
networking.nameservers = [ "91.239.100.100" "89.233.43.71" "1.1.1.1" "8.8.8.8" ];
networking.hosts = {
"10.11.99.1" = [ "remarkable" ];
};