enable 32Bit graphics support
This commit is contained in:
parent
09e472ba91
commit
7cebbb856c
2 changed files with 8 additions and 2 deletions
|
|
@ -402,7 +402,10 @@ in {
|
|||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
# opengl = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue