Fix: enforce open-source kernel module for NVIDIA to ensure better performance

This commit is contained in:
2025-10-28 01:40:28 +00:00
parent acb1fe7f2b
commit b0b66bf305

View File

@@ -7,7 +7,7 @@
# Desktop PC specific configuration # Desktop PC specific configuration
# RTX 3080 - Enable open-source kernel module for better performance # RTX 3080 - Enable open-source kernel module for better performance
hardware.nvidia.open = true; hardware.nvidia.open = lib.mkForce true;
networking.hostName = "zeph-desktop"; networking.hostName = "zeph-desktop";