All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fettuccine: use LTS kernel

Apparently stable is too new

+1 -1
+1 -1
systems/fettuccine/default.nix
··· 22 22 blacklistedKernelModules = [ "snd_hda_codec_hdmi" ]; 23 23 24 24 # FIXME: switch back to latest xanmod after 6.15.5 25 - kernelPackages = pkgs.linuxPackages_xanmod_stable; 25 + kernelPackages = pkgs.linuxPackages_xanmod; 26 26 }; 27 27 28 28 # Enable building and testing aarch64 packages for Nixpkgs dev