4 lines
72 B
Nix
4 lines
72 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
|
}
|