Variablize username in Envy
This commit is contained in:
parent
57e11afb22
commit
7c63474ac7
1 changed files with 4 additions and 2 deletions
|
@ -24,12 +24,14 @@
|
|||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
# Services to make this work as a school laptop
|
||||
services.globalprotect.enable = true;
|
||||
|
||||
virtualisation.vmware.host.enable = true;
|
||||
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
|
||||
|
||||
environment.persistence."/persist".directories = [
|
||||
"/home/jimbo/.vmware"
|
||||
"/home/jimbo/vmware"
|
||||
"/home/${config.sysusers.main}/vmware"
|
||||
"/home/${config.sysusers.main}/.vmware"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue