hpm interface fix

This commit is contained in:
Sebastian Moser
2023-11-01 20:01:59 +01:00
parent 4dc7c6f940
commit 836f79df80

View File

@@ -27,9 +27,10 @@
];
networking = {
#usePredictableInterfaceNames = false;
defaultGateway = {
address = "192.168.1.1";
interface = "enp0s13f0u1c2";
interface = "eth0";
};
hostName = "hpm";
nameservers = [ "1.1.1.1" "8.8.8.8" ];