From 1185200220718e01bdfb4d1e5d2519d8495bb297 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 24 Oct 2024 10:19:37 +0200 Subject: [PATCH] fix amd graphics --- beta/hardware-configuration.nix | 2 +- miku/hardware-configuration.nix | 2 +- mini/hardware-configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index 952e368..afc1f77 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # 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 fileSystems."/boot" = diff --git a/miku/hardware-configuration.nix b/miku/hardware-configuration.nix index 106ea6c..7ebb273 100644 --- a/miku/hardware-configuration.nix +++ b/miku/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # 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 fileSystems."/boot" = diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index 40e949e..b9d3ad8 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # 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 fileSystems."/boot" =