fix amd graphics

This commit is contained in:
Christoph Cullmann 2024-10-24 10:19:37 +02:00
parent 7e2f1546ad
commit 1185200220
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
# amd graphics # amd graphics
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ];
# /boot efi partition to boot in UEFI mode # /boot efi partition to boot in UEFI mode
fileSystems."/boot" = fileSystems."/boot" =

View file

@ -14,7 +14,7 @@
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
# amd graphics # amd graphics
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ];
# /boot efi partition to boot in UEFI mode # /boot efi partition to boot in UEFI mode
fileSystems."/boot" = fileSystems."/boot" =

View file

@ -14,7 +14,7 @@
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
# amd graphics # amd graphics
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ];
# /boot efi partition to boot in UEFI mode # /boot efi partition to boot in UEFI mode
fileSystems."/boot" = fileSystems."/boot" =