Add the persistence paths for vmware

This commit is contained in:
Jimbo 2025-01-06 15:41:01 -05:00
parent 4cc1189818
commit 38bb03a054

View file

@ -23,4 +23,8 @@
# Special options # Special options
virtualisation.vmware.host.enable = true; virtualisation.vmware.host.enable = true;
environment.persistence."/persist".directories = [
"/home/jimbo/.vmware"
"/home/jimbo/vmware"
];
} }