switch to amd gpu for workstation

This commit is contained in:
Bryan Ramos 2025-02-25 14:21:00 -05:00
parent 7f52e5db5d
commit 752e0ffc71
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -22,9 +22,6 @@
vulkan-extension-layer vulkan-extension-layer
glxinfo glxinfo
mesa mesa
#cudaPackages.cudatoolkit
#cudaPackages.cudnn
]; ];
fileSystems = { fileSystems = {
@ -67,12 +64,10 @@
updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}; };
}; };
nvidia = { amdgpu = {
open = true; initrd.enable = true;
modesetting.enable = true; amdvlk.enable = true;
}; opencl.enable = true;
graphics = {
enable = true;
}; };
}; };