Switch back to intif0 for lambda
This commit is contained in:
parent
5f75be732c
commit
358a4b8551
|
@ -15,9 +15,7 @@
|
|||
enp4s0f0.useDHCP = false;
|
||||
enp4s0f1.useDHCP = false;
|
||||
|
||||
intif0 = {
|
||||
useDHCP = true;
|
||||
};
|
||||
intif0 = { useDHCP = true; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ in {
|
|||
};
|
||||
lambda = {
|
||||
ipv4-address = "10.0.0.11";
|
||||
mac-address = "e8:39:35:2c:38:08";
|
||||
mac-address = "02:f5:fe:8c:22:fe";
|
||||
};
|
||||
plato = { ipv4-address = "10.0.0.21"; };
|
||||
cam-entrance = {
|
||||
|
|
Loading…
Reference in New Issue