all: limit generations to 15
This commit is contained in:
parent
cb68dbe096
commit
5671b40424
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user