From 55ec6c66835d3cb2102be0084cc1631d153e165c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 8 Nov 2025 16:59:39 +0100 Subject: [PATCH] feat: add rocm and davinci resolve to iris --- hosts/iris/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/iris/default.nix b/hosts/iris/default.nix index 3dec566..238bc21 100644 --- a/hosts/iris/default.nix +++ b/hosts/iris/default.nix @@ -46,6 +46,13 @@ gui.enable = true; }; + # Enable ROCM support + hardware.amdgpu.opencl.enable = true; + + environment.systemPackages = with pkgs; [ + pkgs.davinci-resolve + ]; + boot = { kernelParams = [ ]; kernelModules = [ "acpi_call" ];