From e1e627a25960069de24263412d407bd5a8ead582 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Feb 2023 19:37:00 -0500 Subject: [PATCH] hosts/logos: config.hardware.opengl.driSupport32Bit = true Signed-off-by: Xe Iaso --- hosts/logos/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/logos/default.nix b/hosts/logos/default.nix index 3c50c9a..5379b1a 100755 --- a/hosts/logos/default.nix +++ b/hosts/logos/default.nix @@ -18,4 +18,7 @@ # Optionally, you may need to select the appropriate driver version for your specific GPU. hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; + + virtualisation.docker.enableNvidia = true; + hardware.opengl.driSupport32Bit = true; }