Limit systemd-boot to only show the most recent 10 generations
This commit is contained in:
parent
78c85b1590
commit
0ac8ea64b8
|
|
@ -6,6 +6,7 @@
|
|||
boot = {
|
||||
loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 10;
|
||||
consoleMode = config.system.systemdBootConsoleMode;
|
||||
};
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue