forgot the change to hardware.graphics from hardware.opengl in banana's configuration.nix file, added.

This commit is contained in:
rubiigen 2024-07-11 15:14:25 +01:00 committed by Frankie B
parent f3273f5c0f
commit 8bb14cb78d

View file

@ -22,10 +22,9 @@
services.tailscale.enable = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
nixpkgs = {