Fix second hypervisor

This commit is contained in:
tbarnouin 2024-09-17 18:08:32 +02:00
parent ff85421770
commit 5a49882384
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@
"10-lan-bridge" = { "10-lan-bridge" = {
matchConfig.Name = "br0"; matchConfig.Name = "br0";
networkConfig = { networkConfig = {
Address = ["192.168.1.66/24"]; Address = ["192.168.1.67/24"];
Gateway = "192.168.1.254"; Gateway = "192.168.1.254";
DNS = ["192.168.1.254"]; DNS = ["192.168.1.254"];
IPv6AcceptRA = true; IPv6AcceptRA = true;

View file

@ -38,6 +38,7 @@
device = "/dev/disk/by-label/ESP"; device = "/dev/disk/by-label/ESP";
fsType = "vfat"; fsType = "vfat";
}; };
"/var/lib/microvms" = { "/var/lib/microvms" = {
device = "/dev/vdb1"; device = "/dev/vdb1";
fsType = "ext4"; fsType = "ext4";