nixos-config/hosts/kitty/boot/default.nix

4 lines
77 B
Nix

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