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