meta: Share directories with virtual machines

This *works*, and it's possible to edit files in one virtual machine
while having those files instantly be updated in all other virtual
machines. Note that the host will also have access to the files, which
ultimately means that directory sharing is quite useful (and convenient).
This commit is contained in:
Donovan Glover 2023-06-18 10:43:30 -04:00
parent d28c0ec15b
commit d34ead9699
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,6 +2,13 @@
virtualisation = {
memorySize = 8192;
cores = 4;
sharedDirectories = {
testing = {
source = "/home/user/containers/testing";
target = "/mnt";
};
};
};
virtualisation.qemu.options = [