hpm interface fix
This commit is contained in:
@@ -27,9 +27,10 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
#usePredictableInterfaceNames = false;
|
||||||
defaultGateway = {
|
defaultGateway = {
|
||||||
address = "192.168.1.1";
|
address = "192.168.1.1";
|
||||||
interface = "enp0s13f0u1c2";
|
interface = "eth0";
|
||||||
};
|
};
|
||||||
hostName = "hpm";
|
hostName = "hpm";
|
||||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user