Fix nostromo
This commit is contained in:
parent
cb0baaade8
commit
9c00e1ff24
@ -43,7 +43,7 @@
|
|||||||
networking = {
|
networking = {
|
||||||
macvlans = {
|
macvlans = {
|
||||||
intif0 = {
|
intif0 = {
|
||||||
interface = "eno1";
|
interface = "eno2";
|
||||||
mode = "bridge";
|
mode = "bridge";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -76,7 +76,7 @@ in {
|
|||||||
};
|
};
|
||||||
nostromo = {
|
nostromo = {
|
||||||
ipv4-address = "10.0.0.10";
|
ipv4-address = "10.0.0.10";
|
||||||
mac-address = "46:54:76:06:f1:10";
|
mac-address = "02:14:25:55:ee:5a";
|
||||||
};
|
};
|
||||||
lambda = {
|
lambda = {
|
||||||
ipv4-address = "10.0.0.11";
|
ipv4-address = "10.0.0.11";
|
||||||
|
Loading…
Reference in New Issue
Block a user