5 lines
86 B
Nix
5 lines
86 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
|
}
|