Missing GPU acceleration for Luci

This commit is contained in:
Yorick Barbanneau 2023-09-07 15:41:55 +02:00
parent 5b0d953272
commit a9b044b1f1

View file

@ -51,4 +51,7 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
}