Force dns
This commit is contained in:
parent
7d6c6ed732
commit
c50e24a333
@ -5,6 +5,9 @@ let
|
|||||||
in {
|
in {
|
||||||
networking.hostName = "local";
|
networking.hostName = "local";
|
||||||
networking.nameservers = [ "1.1.1.1" ];
|
networking.nameservers = [ "1.1.1.1" ];
|
||||||
|
environment.etc = {
|
||||||
|
"resolv.conf".text = "nameserver 1.1.1.1\n";
|
||||||
|
};
|
||||||
|
|
||||||
networking.usePredictableInterfaceNames = false;
|
networking.usePredictableInterfaceNames = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user