{ pkgs, ... }: { boot = { kernelPackages = pkgs.linuxPackages_hardened; plymouth.enable = true; }; }