From b0b66bf3057bdc8803b5bc634bb1d936df7976c6 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 28 Oct 2025 01:40:28 +0000 Subject: [PATCH] Fix: enforce open-source kernel module for NVIDIA to ensure better performance --- hosts/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 4ae47d7..65f3abc 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -7,7 +7,7 @@ # Desktop PC specific configuration # RTX 3080 - Enable open-source kernel module for better performance - hardware.nvidia.open = true; + hardware.nvidia.open = lib.mkForce true; networking.hostName = "zeph-desktop";