We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b0abd commit 36fc730Copy full SHA for 36fc730
hosts/nixos/gaming/configuration.nix
@@ -62,7 +62,7 @@ in {
62
nvidia = {
63
nvidiaPersistenced = true;
64
modesetting.enable = true;
65
- open = false; # use nvidia driver switch this to true to use nouveau open source driver
+ open = true; # use nvidia driver switch this to true to use nouveau open source driver
66
67
# nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
68
# https://github.com/NixOS/nixpkgs/commit/7c810fab6d18f9ee3be8113222b95cc2aa5e643d
0 commit comments