mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
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:
parent
e2e8971eb3
commit
a1ec752ecd
@ -5,13 +5,6 @@
|
||||
virtualisation = {
|
||||
memorySize = 4096;
|
||||
cores = 4;
|
||||
|
||||
sharedDirectories = {
|
||||
home = {
|
||||
source = "$HOME";
|
||||
target = "/mnt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.qemu.options = [
|
||||
|
Loading…
Reference in New Issue
Block a user