nix-config/hosts/modules/server/boot.nix

5 lines
73 B
Nix

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