fix retarded activity
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
hardware.amdgpu = {
|
||||
zluda.enable = true;
|
||||
opencl.enable = true;
|
||||
};
|
||||
|
||||
services.lact.enable = true;
|
||||
|
||||
nixpkgs.config.rocmSupport = true;
|
||||
@@ -13,6 +8,7 @@
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
initrd.enable = true;
|
||||
zluda.enable = true;
|
||||
};
|
||||
enableRedistributableFirmware = true;
|
||||
graphics = {
|
||||
|
||||
Reference in New Issue
Block a user