summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-01-08 14:04:58 +0100
committertv <tv@krebsco.de>2025-01-08 14:04:58 +0100
commitf4c0ab6a804594c99bf49b3efdaec05f6620573a (patch)
tree71f53a97fe635566abece319d0f76ac0e8b5e884 /configs
parent7dcee8013d22886f3367a5abd7d109e7ac74bb33 (diff)
winmax2: rename rocm packages [24.11]
Diffstat (limited to 'configs')
-rw-r--r--configs/hw/winmax2.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/configs/hw/winmax2.nix b/configs/hw/winmax2.nix
index 7b28466..4bcd6f1 100644
--- a/configs/hw/winmax2.nix
+++ b/configs/hw/winmax2.nix
@@ -20,11 +20,10 @@
hardware.cpu.amd.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
- hardware.opengl.enable = true;
- hardware.opengl.extraPackages = [
+ hardware.graphics.enable = true;
+ hardware.graphics.extraPackages = [
pkgs.amdvlk
- pkgs.rocm-opencl-icd
- pkgs.rocm-opencl-runtime
+ pkgs.rocmPackages.clr
];
networking.wireless.enable = true;