hosts/logos: config.hardware.opengl.driSupport32Bit = true

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-02-19 19:37:00 -05:00
parent fb87dd1a04
commit e1e627a259
1 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,7 @@
# Optionally, you may need to select the appropriate driver version for your specific GPU.
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
virtualisation.docker.enableNvidia = true;
hardware.opengl.driSupport32Bit = true;
}