add amd vulkan driver, openssl and ROCM

This commit is contained in:
2025-01-30 20:57:06 +01:00
parent b264f69a5a
commit d8046e9dbb

View File

@ -14,6 +14,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices."luks-1728f038-43a6-4e0d-b7dd-19a4c1083605".device = "/dev/disk/by-uuid/1728f038-43a6-4e0d-b7dd-19a4c1083605"; boot.initrd.luks.devices."luks-1728f038-43a6-4e0d-b7dd-19a4c1083605".device = "/dev/disk/by-uuid/1728f038-43a6-4e0d-b7dd-19a4c1083605";
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "wildfire"; # Define your hostname. networking.hostName = "wildfire"; # Define your hostname.
@ -28,6 +29,10 @@
#xpadneo.enable = true; #xpadneo.enable = true;
steam-hardware.enable = true; steam-hardware.enable = true;
opengl.enable = true; opengl.enable = true;
opengl.extraPackages = with pkgs; [
amdvlk
rocm-opencl-icd
];
}; };
# Configure network proxy if necessary # Configure network proxy if necessary
@ -151,6 +156,7 @@
cypress cypress
jq jq
swtpm swtpm
openssl
# Controller # Controller
linuxConsoleTools linuxConsoleTools
# Buildtools # Buildtools