preserve more
This commit is contained in:
parent
5f2b047210
commit
a683dcd651
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ with lib; {
|
|||
value.home.persistence.default = {
|
||||
persistentStoragePath = "/persistent/home/${name}";
|
||||
allowOther = true;
|
||||
directories = [
|
||||
"Downloads"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
];
|
||||
};
|
||||
})
|
||||
config.environment.impermanence.users);
|
||||
|
|
Loading…
Reference in a new issue