Skip to content

Commit

Permalink
fix(nixos/alpha): explicitly disable nvidia open drivers
Browse files Browse the repository at this point in the history
Must be explicitly set since NixOS/nixpkgs@20c5d0a
  • Loading branch information
dixslyf committed Sep 1, 2024
1 parent 2865451 commit 99e6bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/hosts/alpha/hardware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
hardware = {
cpu.intel.updateMicrocode = true;
nvidia = {
# Must be set explicitly since https://github.com/NixOS/nixpkgs/commit/20c5d0adfb4cd7a06b7c1251cb0852f404d93e59
open = false;
modesetting.enable = true;
# Set up nvidia prime
prime = {
Expand Down

0 comments on commit 99e6bd8

Please sign in to comment.