zephyrus: use default LTS kernel release

Linux 5.15.x had a bluetooth bug until 5.15.4, and I just don't need a
really recent kernel in general, so let's use the LTS, slow moving
release for now.
This commit is contained in:
Antoine Martin 2021-12-04 22:20:23 +01:00
parent 18bebf3eb2
commit af8af9eb75

View file

@ -13,7 +13,7 @@ in
./home.nix ./home.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages;
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;