global/packages: unpin kernel

This commit is contained in:
Infinidoge 2023-11-08 09:02:00 -05:00
parent f8cc3a013a
commit a06e07659f
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_6_5;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Remove all default packages
environment.defaultPackages = lib.mkForce [ ];