Limit bootloader to 25 most recent generations

This commit is contained in:
Erwin Boskma 2022-01-26 14:59:34 +01:00
parent a2f73ee694
commit fc8eb06006
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -36,8 +36,13 @@
systemd.enable = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
systemd-boot = {
enable = true;
configurationLimit = 25;
};
efi.canTouchEfiVariables = true;
};
time.timeZone = "Europe/Amsterdam";