diff --git a/hosts/envy/default.nix b/hosts/envy/default.nix index 86dbc07..e7034fc 100644 --- a/hosts/envy/default.nix +++ b/hosts/envy/default.nix @@ -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" ]; }