hosts: satori: rename opengl -> graphics

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-14 17:21:42 +05:30
parent 8b12178bfc
commit 09f2e19683

View File

@@ -13,11 +13,11 @@ in
nvidia-offload
];
hardware = {
opengl = {
driSupport32Bit = true;
graphics = {
enable32Bit = true;
enable = true;
package = pkgs.mesa.drivers;
package32 = pkgs.pkgsi686Linux.mesa.drivers;
package = pkgs.mesa;
package32 = pkgs.pkgsi686Linux.mesa;
};
nvidia = {
package = config.boot.kernelPackages.nvidia_x11;