From 20ffa62f4aede76e71929606ebc5fc010cab66d4 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 9 Jan 2025 15:51:11 +0100 Subject: [PATCH] Sif: add graphics support for 32 bit --- instances/sif/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 260339a..a0f0c3e 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -43,6 +43,7 @@ graphics = { enable = true; + enable32Bit = true; extraPackages = with pkgs; [ vpl-gpu-rt ]; }; @@ -243,7 +244,6 @@ }; hardware = { - opengl.driSupport32Bit = true; steam-hardware.enable = true; bluetooth = { enable = true;