create directory share for dnsmasw leases
This commit is contained in:
parent
ab8ae06040
commit
57d191b837
1 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,14 @@
|
||||||
staticIPv6 = config.lab.networking.dmz.ipv6.services;
|
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";
|
||||||
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue