config/profiles/vm/vmware.nix

11 lines
196 B
Nix
Raw Normal View History

2024-10-19 04:05:37 +02:00
{
virtualisation.vmware.host.enable = true;
#environment.persistence."/nix/persistent" = {
# directories = [ "/etc/vmware" ];
#};
# VMWare fix
#boot.kernelParams = [ "ibt=off" ];
}