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
glxinfo
mesa
#cudaPackages.cudatoolkit
#cudaPackages.cudnn
];
fileSystems = {
@ -67,12 +64,10 @@
updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
};
};
nvidia = {
open = true;
modesetting.enable = true;
};
graphics = {
enable = true;
amdgpu = {
initrd.enable = true;
amdvlk.enable = true;
opencl.enable = true;
};
};