Added a limit for boot entries to try to reduce /boot usage

This commit is contained in:
Alexandre 2026-01-22 15:51:32 +01:00
parent c305b13146
commit ead2ebada2

View File

@ -6,6 +6,7 @@
}; };
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 2;
}; };
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;