create directory share for dnsmasw leases

This commit is contained in:
Pim Kunis 2024-02-06 22:16:04 +01:00
parent ab8ae06040
commit 57d191b837

View file

@ -75,6 +75,14 @@
staticIPv6 = config.lab.networking.dmz.ipv6.services;
};
};
microvm.shares = [{
source = "/data/vm_shares/${config.networking.hostName}/dnsmasq";
mountPoint = "/var/lib/dnsmasq";
tag = "dnsmasq";
proto = "virtiofs";
socket = "dnsmasq.sock";
}];
};
};