mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: enforce open-source kernel module for NVIDIA to ensure better performance
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user