This commit is contained in:
2025-08-22 18:51:08 +03:00
parent a48902e402
commit 27261809bf
+4
View File
@@ -9,4 +9,8 @@
environment.systemPackages = [
pkgs.openai-whisper
];
nixpkgs.config.rocmSupport = true;
nixpkgs.config.cudaSupport = false;
hardware.amdgpu.opencl.enable = true;
hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
}