mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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 = {
|
virtualisation = {
|
||||||
memorySize = 4096;
|
memorySize = 4096;
|
||||||
cores = 4;
|
cores = 4;
|
||||||
|
|
||||||
sharedDirectories = {
|
|
||||||
home = {
|
|
||||||
source = "$HOME";
|
|
||||||
target = "/mnt";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.qemu.options = [
|
virtualisation.qemu.options = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user