From d644cfcdd79546dcb5a4a35f0b6f0ef0d710a8e2 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 24 Nov 2025 14:43:52 -0800 Subject: c-pc: enable opencl --- systems/x86_64-linux/c-pc/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/x86_64-linux/c-pc') diff --git a/systems/x86_64-linux/c-pc/hardware.nix b/systems/x86_64-linux/c-pc/hardware.nix index 287de97..9532e22 100644 --- a/systems/x86_64-linux/c-pc/hardware.nix +++ b/systems/x86_64-linux/c-pc/hardware.nix @@ -52,6 +52,8 @@ hardware.enableRedistributableFirmware = true; hardware.cpu.amd.updateMicrocode = true; + hardware.amdgpu.opencl.enable = true; + services = { xserver.videoDrivers = [ "amdgpu" ]; -- cgit v1.2.3