From 8b9b00f33b5118ad1e63ffd000f2109727bf05d1 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 21 Feb 2025 20:55:42 +0100 Subject: [PATCH] fixup! chore: Upgrade to 24.11 --- nixos/modules/hardware/nvidia/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/hardware/nvidia/default.nix b/nixos/modules/hardware/nvidia/default.nix index 2b811fc..4418f36 100644 --- a/nixos/modules/hardware/nvidia/default.nix +++ b/nixos/modules/hardware/nvidia/default.nix @@ -39,11 +39,11 @@ in { hardware = { graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; }; nvidia = { - # Use the NVidia open source kernel module + # Use the NVidia open source kernel module (or not) open = false; package = config.boot.kernelPackages.nvidiaPackages.stable; # Modesetting is required.