loki: Enable ROCm support system-wide

This commit is contained in:
Erwin Boskma 2024-07-28 20:49:09 +02:00
parent 3d3b43ac2e
commit f7e6cf5ff4
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -21,6 +21,10 @@
../../users/builder
];
nixpkgs.config = {
rocmSupport = true;
};
eboskma = {
users = {
erwin = {