Skip to content

Commit

Permalink
fix(nixos/alpha): switch kernel to xanmod lts
Browse files Browse the repository at this point in the history
Nvidia 555 does not build on the latest xanmod kernel.
  • Loading branch information
dixslyf committed Jan 10, 2025
1 parent 142aa7c commit 9bcbf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hosts/alpha/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Kernel
boot = {
loader.grub.theme = inputs.catppuccin-grub.outPath + "/src/catppuccin-macchiato-grub-theme";
kernelPackages = pkgs.linuxPackages_xanmod_latest;
kernelPackages = pkgs.linuxPackages_xanmod;
kernel = {
sysctl = {
"kernel.sysrq" = 1; # https://wiki.archlinux.org/title/Keyboard_shortcuts#Kernel_(SysRq)
Expand Down

0 comments on commit 9bcbf25

Please sign in to comment.