aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/x86_64-linux/c-pc/hardware.nix2
1 files changed, 2 insertions, 0 deletions
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" ];