add hardware support

This commit is contained in:
k3t
2026-07-24 06:42:22 -06:00
parent 8400da57ba
commit ed51eb5613
5 changed files with 47 additions and 16 deletions
+7
View File
@@ -1,5 +1,12 @@
{ pkgs, ... }:
{
hardware.amdgpu = {
zluda.enable = true;
opencl.enable = true;
initrd.enable = true;
};
services.lact.enable = true;
nixpkgs.config.rocmSupport = true;