forked from extern/nix-config
virtualization: Mount home directory
This is convenient, although care should be taken to remove this mount if you don't want your home directory inside of the virtual machine.
This commit is contained in:
parent
dc677d170c
commit
d9bbb2e267
@ -5,8 +5,8 @@
|
||||
cores = 4;
|
||||
|
||||
sharedDirectories = {
|
||||
testing = {
|
||||
source = "/home/user/containers/testing";
|
||||
home = {
|
||||
source = "$HOME";
|
||||
target = "/mnt";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user