From 682f49d002171d8090e080e659893599f2ee165e Mon Sep 17 00:00:00 2001 From: k3t Date: Sun, 2 Aug 2026 03:37:29 -0600 Subject: [PATCH] disable 32bit mesa --- hosts/nixcloud/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/nixcloud/configuration.nix b/hosts/nixcloud/configuration.nix index b5a2128..b8c218f 100644 --- a/hosts/nixcloud/configuration.nix +++ b/hosts/nixcloud/configuration.nix @@ -56,10 +56,7 @@ ]; # enable mesa - hardware.graphics = { - enable = true; - enable32Bit = true; - }; + hardware.graphics.enable = true; # desktop in the sky services.desktopManager.plasma6.enable = true;