enable 32Bit graphics support

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:14:20 +10:00
parent 8db3e2693e
commit 0213b82a2f
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;

View file

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