summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-30 01:59:06 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-11 15:33:41 +0200
commit8f366cbfcc62871f481e035984e5932e30d8b0ed (patch)
tree35d3590fda378d9595cdf2fea99edea28febf9dd /nixos/modules/installer/cd-dvd
parent9328b7eebf6afbd345f20f5d76b6357f85037506 (diff)
downloadnixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar.gz
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar.bz2
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar.lz
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar.xz
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.tar.zst
nixpkgs-8f366cbfcc62871f481e035984e5932e30d8b0ed.zip
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.
Diffstat (limited to 'nixos/modules/installer/cd-dvd')
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
index c5976166fb3..b2a0ebb9e40 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
@@ -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