fixed missing mac address

This commit is contained in:
Tassilo - 2022-12-07 22:32:39 +01:00
parent e4544683fb
commit 56a437f379
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -1,4 +1,7 @@
{ self, ... }: {
{ self, ... }:
let
mac_addr = "02:db:db:db:db:db";
in {
microvm = {
hypervisor = "cloud-hypervisor";
mem = 4096;