Skip to content

Commit

Permalink
fix(nvidia): Downgrade nvidia-specific kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Oct 12, 2024
1 parent 045f3a6 commit 9122f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-config/hosts/yui/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
};

boot = {
kernelPackages = lib.mkForce pkgs.linuxKernel.packages.linux_xanmod;
kernelParams = [ "nvidia-drm.fbdev=1" ];

extraModprobeConfig =
Expand Down

0 comments on commit 9122f51

Please sign in to comment.