chore: enable 32bit dri
This commit is contained in:
parent
ce5a447bf5
commit
00611e6dd5
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ in
|
|||
nvidia-container-toolkit.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver # hardware acceleration
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue