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;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
enable32Bit = true;
|
||||||
driSupport32Bit = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
Loading…
Reference in a new issue