Add opencl support.
This commit is contained in:
parent
366f5f2f0c
commit
798b114b1d
@ -74,6 +74,11 @@
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-runtime-ext
|
||||
];
|
||||
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = "/etc/nix-serve/secret.key";
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
alacritty
|
||||
|
||||
clinfo
|
||||
|
||||
lm_sensors
|
||||
hdparm
|
||||
smartmontools
|
||||
|
Loading…
Reference in New Issue
Block a user