From fb87dd1a0426c851a1b51f2a90090c52d2651da7 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Feb 2023 18:59:40 -0500 Subject: [PATCH] hosts/ontos: config.hardware.opengl.driSupport32Bit = true Signed-off-by: Xe Iaso --- hosts/ontos/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ontos/default.nix b/hosts/ontos/default.nix index 48f74a3..989166f 100644 --- a/hosts/ontos/default.nix +++ b/hosts/ontos/default.nix @@ -11,4 +11,5 @@ hardware.opengl.enable = true; virtualisation.docker.enableNvidia = true; + hardware.opengl.driSupport32Bit = true; }