Changes for lambda

This commit is contained in:
Root
2021-04-09 21:26:12 +00:00
parent 69b2b0305e
commit 986bd347bd
4 changed files with 76 additions and 10 deletions
+4 -5
View File
@@ -19,7 +19,6 @@
};
kernelModules = [ "kvm-amd" ];
externalModulePackages = [ ];
kernelPackages = pkgs.linuxPackages_latest;
loader.grub = {
@@ -49,16 +48,16 @@
networking = {
macvlans = {
intif0 = {
extif0 = {
interface = "enp3s0f1";
mode = "bridge";
};
};
interfaces = {
intif0 = {
# output of: echo lambda-intif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:f5:fe:8c:22:fe";
extif0 = {
# output of: echo lambda-extif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:27:fe:1c:3c:6e";
};
};
};