Move to standardized paths on Envy
This commit is contained in:
parent
355f3cad60
commit
89705c8e73
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
|
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [
|
environment.persistence."/persist".users.${config.sysusers.main}.directories = [
|
||||||
"/home/${config.sysusers.main}/vmware"
|
"vmware"
|
||||||
"/home/${config.sysusers.main}/.vmware"
|
".vmware"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue