enable 32Bit graphics support

This commit is contained in:
do butterflies cry? 2025-08-31 15:14:20 +10:00
parent 09e472ba91
commit 7cebbb856c
2 changed files with 8 additions and 2 deletions

View file

@ -402,7 +402,10 @@ in {
virtualisation.docker.enable = true;
hardware = {
graphics.enable = true;
graphics = {
enable = true;
enable32Bit = true;
};
# opengl = {
# enable = true;