global/packages: pin kernel to linux 6.5

This commit is contained in:
Infinidoge 2023-11-06 09:40:38 -05:00
parent 964e77108d
commit 171426990e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
# Use the latest Linux kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_5;
# Remove all default packages
environment.defaultPackages = lib.mkForce [ ];