enable 32Bit graphics support
This commit is contained in:
parent
8db3e2693e
commit
0213b82a2f
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;
|
||||
|
|
|
|||
|
|
@ -421,7 +421,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