installer: enable vmware guest support on x86 only

The vmware guest module asserts on this exact condition, so let's only
enable it on that condition.
This commit is contained in:
Martin Weinelt 2022-09-30 01:59:06 +02:00
parent 9328b7eebf
commit 8f366cbfcc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -38,7 +38,7 @@ with lib;
# VM guest additions to improve host-guest interaction
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
virtualisation.vmware.guest.enable = true;
virtualisation.vmware.guest.enable = pkgs.stdenv.hostPlatform.isx86;
virtualisation.hypervGuest.enable = true;
services.xe-guest-utilities.enable = true;
# The VirtualBox guest additions rely on an out-of-tree kernel module