diff options
Diffstat (limited to 'hosts/toaster/amd.nix')
| -rw-r--r-- | hosts/toaster/amd.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix deleted file mode 100644 index 07aa493..0000000 --- a/hosts/toaster/amd.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, config, ... }: { - boot.initrd.kernelModules = [ "amdgpu" ]; - - hardware.opengl = { - driSupport = true; - driSupport32Bit = true; - extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime - amdvlk - ]; - extraPackages32 = with pkgs; [ - driversi686Linux.amdvlk - ]; - }; -} |
