install vmware

This commit is contained in:
cy 2025-05-22 21:41:29 -04:00
parent cd88edf759
commit 5a5638b7d7

View file

@ -48,6 +48,7 @@
extraModulePackages = with config.boot.kernelPackages; [
rtl8821ce
];
kernelModules = [ "8821ce" ];
kernelParams = [
# see https://github.com/tomaspinho/rtl8821ce#pcie-active-state-power-management
"pcie_aspm=off"
@ -90,7 +91,6 @@
trustedInterfaces = [
"tailscale0"
"virbr0"
"virbr1"
];
# allowedTCPPorts = [
# 8080 # mitmproxy
@ -277,6 +277,10 @@
enable = true;
qemu.vhostUserPackages = with pkgs; [ virtiofsd ];
};
virtualisation.vmware.host = {
enable = true;
package = pkgs.vmware-workstation;
};
programs.virt-manager.enable = true;
my.containerization.enable = true;