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;