dotfiles/common/systemModules/kernel.nix
sadan 6197814098
update system
- downgrade kernel to 6.12 to fix regression causing bootloop via panic
- remove nixcord due to it just shitting itself
2025-03-09 18:59:36 -04:00

5 lines
87 B
Nix

{pkgs, ...}: {
boot = {
kernelPackages = pkgs.linuxPackages_6_12;
};
}