From 8b81bd50243bfdc9b217b55829fac4b155155ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Thu, 24 Mar 2022 00:55:31 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20soporte=20para=20opengl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base/default.nix b/base/default.nix index 893c857..ef5c05d 100644 --- a/base/default.nix +++ b/base/default.nix @@ -74,6 +74,7 @@ ''; }; + hardware.opengl.driSupport32Bit = true; services.openssh.enable = true;