Add opencl support.
This commit is contained in:
parent
366f5f2f0c
commit
798b114b1d
@ -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";
|
||||||
|
@ -35,6 +35,8 @@
|
|||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
|
|
||||||
|
clinfo
|
||||||
|
|
||||||
lm_sensors
|
lm_sensors
|
||||||
hdparm
|
hdparm
|
||||||
smartmontools
|
smartmontools
|
||||||
|
Loading…
Reference in New Issue
Block a user