Skip to content

Commit

Permalink
feat: use beta nvidia drivers for adrastea
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Dec 6, 2024
1 parent 88c0240 commit cdc2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/adrastea/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

hardware.graphics.enable = true;

hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;

services.xserver.videoDrivers = [ "nvidia" ];

Expand Down

0 comments on commit cdc2952

Please sign in to comment.