Skip to content

Commit

Permalink
Remove NVIDIA beta driver
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 25, 2024
1 parent 7308539 commit 699bc40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/nixos/system/gpu/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ in {
modesetting.enable = true; # Enable modesetting.
nvidiaSettings = true; # Enable nvidia settings.
open = false; # Use proprietary driver.
# TODO: remove this when https://github.com/NixOS/nixpkgs/issues/357643 is fixed.
package = config.boot.kernelPackages.nvidiaPackages.beta;
};

graphics = {
Expand Down

0 comments on commit 699bc40

Please sign in to comment.