Fix second hypervisor
This commit is contained in:
parent
ff85421770
commit
5a49882384
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
"10-lan-bridge" = {
|
||||
matchConfig.Name = "br0";
|
||||
networkConfig = {
|
||||
Address = ["192.168.1.66/24"];
|
||||
Address = ["192.168.1.67/24"];
|
||||
Gateway = "192.168.1.254";
|
||||
DNS = ["192.168.1.254"];
|
||||
IPv6AcceptRA = true;
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
device = "/dev/disk/by-label/ESP";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
"/var/lib/microvms" = {
|
||||
device = "/dev/vdb1";
|
||||
fsType = "ext4";
|
||||
|
|
Loading…
Reference in a new issue