Nix configurations for my homelab

enable opencl for amdgpu

yemou.pink bfb2e53e 2c82b938

verified
Changed files
+1
lutea
+1
lutea/hardware.nix
···
swapDevices = [ { device = "/swap/swapfile"; } ];
hardware = {
+
amdgpu.opencl.enable = true;
enableRedistributableFirmware = true;
bluetooth = {
enable = true;