Limited number of old generations in systemdboot

This commit is contained in:
2024-02-07 16:12:02 -04:00
parent b66fccb467
commit 1cb978e2a4

View File

@@ -50,7 +50,10 @@ in {
};
loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
configurationLimit = 5;
};
efi = {
canTouchEfiVariables = true;
};