forgot the change to hardware.graphics from hardware.opengl in banana's configuration.nix file, added.
This commit is contained in:
parent
f3273f5c0f
commit
8bb14cb78d
1 changed files with 2 additions and 3 deletions
|
@ -22,10 +22,9 @@
|
|||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Reference in a new issue