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