5 lines
89 B
Nix
5 lines
89 B
Nix
{ pkgs, ... }: {
|
|
boot = {
|
|
kernelPackages = pkgs.linuxPackages_6_8_hardened;
|
|
};
|
|
}
|