virtualization: Don't share home directory

Not really necessary anymore since I no longer test home-specific stuff
inside the virtual machine.

It would be nice if there was a way to create a temporary directory on
the fly (such as one in /tmp) that could be mounted and used for sharing
files between the virtual machine and the host.
This commit is contained in:
Donovan Glover 2024-04-05 14:30:32 -04:00
parent e2e8971eb3
commit a1ec752ecd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,13 +5,6 @@
virtualisation = {
memorySize = 4096;
cores = 4;
sharedDirectories = {
home = {
source = "$HOME";
target = "/mnt";
};
};
};
virtualisation.qemu.options = [