summaryrefslogtreecommitdiff
path: root/hosts/toaster/amd.nix
blob: 667fda189a94d8d308d84a107d3eb283eec154c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ pkgs, config, ... }: {
  boot.initrd.kernelModules = [ "amdgpu" ];

 #  hardware.graphics = {
 #    extraPackages = with pkgs; [
 #      rocm-opencl-icd
 #      rocm-opencl-runtime
 #      amdvlk
 #    ];
 #    extraPackages32 = with pkgs; [
 #      driversi686Linux.amdvlk
 #    ];
 #  };
}