Add opencl support.

This commit is contained in:
Gabriel Ebner 2020-08-22 14:42:24 +02:00
parent 366f5f2f0c
commit 798b114b1d
2 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,11 @@
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-runtime-ext
];
services.nix-serve = { services.nix-serve = {
enable = true; enable = true;
secretKeyFile = "/etc/nix-serve/secret.key"; secretKeyFile = "/etc/nix-serve/secret.key";

View File

@ -35,6 +35,8 @@
alacritty alacritty
clinfo
lm_sensors lm_sensors
hdparm hdparm
smartmontools smartmontools