Limit the number of configurations kept to avoid filling up the EFI partition.

This commit is contained in:
2024-01-24 08:31:20 +00:00
parent 2eb5d35fdf
commit b724d14252

View File

@@ -1,5 +1,7 @@
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 5;
};
boot.loader.efi.canTouchEfiVariables = true;
}