11 lines
196 B
Nix
11 lines
196 B
Nix
|
{
|
||
|
virtualisation.vmware.host.enable = true;
|
||
|
|
||
|
#environment.persistence."/nix/persistent" = {
|
||
|
# directories = [ "/etc/vmware" ];
|
||
|
#};
|
||
|
|
||
|
# VMWare fix
|
||
|
#boot.kernelParams = [ "ibt=off" ];
|
||
|
}
|