Skip to content

Commit

Permalink
boreal: nvidia driver changes
Browse files Browse the repository at this point in the history
Use the open source driver, and enable modesetting (a requirement for
wayland)
  • Loading branch information
alarsyo committed Nov 7, 2024
1 parent 8e6ecd3 commit 4ebe512
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions hosts/boreal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,14 @@

services.udev.packages = [pkgs.chrysalis];

hardware.bluetooth = {
enable = true;
powerOnBoot = false;
hardware = {
bluetooth = {
enable = true;
powerOnBoot = false;
};
nvidia = {
open = true;
modesetting.enable = true;
};
};
}

0 comments on commit 4ebe512

Please sign in to comment.