Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add media and compute packages for Intel iGPU on lutea

This gives me access to some more support for video decoding

yemou 7b3a55d7 11fda8b5

+5
+5
lutea/hardware.nix
··· 116 116 graphics = { 117 117 enable = true; 118 118 enable32Bit = true; 119 + extraPackages = with pkgs; [ 120 + intel-compute-runtime 121 + intel-media-driver 122 + vpl-gpu-rt 123 + ]; 119 124 }; 120 125 }; 121 126