3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

challenger: disable nvidia.open

This commit is contained in:
2025-01-16 21:14:31 +01:00
parent c5ca99e05f
commit 05134a6121

View File

@@ -54,7 +54,7 @@
hardware.nvidia = {
modesetting.enable = true;
open = true;
open = false;
};
hardware.graphics.enable = true;