limit bootloader entries (generations) to 40.

this saves space on the /boot partition
This commit is contained in:
colin 2022-06-03 14:24:04 -07:00
parent 06d29e9cbd
commit 168a557983

View File

@ -21,6 +21,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 40; # keep this many generations
boot.loader.efi.canTouchEfiVariables = true;
# enable cross compilation