From 8bb14cb78da4a3da1b723f6993a16c9aae840706 Mon Sep 17 00:00:00 2001 From: rubiigen Date: Thu, 11 Jul 2024 15:14:25 +0100 Subject: forgot the change to hardware.graphics from hardware.opengl in banana's configuration.nix file, added. --- hosts/banana/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/banana') diff --git a/hosts/banana/configuration.nix b/hosts/banana/configuration.nix index b13ce42..025bbab 100644 --- a/hosts/banana/configuration.nix +++ b/hosts/banana/configuration.nix @@ -22,10 +22,9 @@ services.tailscale.enable = true; - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; nixpkgs = { -- cgit v1.2.3-54-g00ecf