all: limit generations to 15

This commit is contained in:
Aaron Bieber 2023-05-15 07:28:56 -06:00
parent cb68dbe096
commit 5671b40424
No known key found for this signature in database

View File

@ -147,6 +147,9 @@ in {
'';
boot = {
loader = {
systemd-boot.configurationLimit = 15;
};
kernelPackages = lib.mkDefault pkgs.linuxPackages_hardened;
kernel.sysctl = {
"net.ipv4.tcp_keepalive_time" = 60;