Strip down nostromo for nixops deploy & new config

This commit is contained in:
2021-04-21 10:34:46 -07:00
parent 353936d509
commit 735b44eb7a
8 changed files with 41 additions and 167 deletions
-10
View File
@@ -46,11 +46,6 @@
interface = "eno1";
mode = "bridge";
};
extif0 = {
interface = "eno2";
mode = "bridge";
};
};
interfaces = {
@@ -58,11 +53,6 @@
# output of: echo nostromo-intif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:14:25:55:ee:5a";
};
extif0 = {
# echo nostromo-extif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:cf:d7:de:f9:ad";
};
};
};
}