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
parent 1c2382cccc
commit 43a11e67db
No known key found for this signature in database

View file

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