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 = {
|
boot = {
|
||||||
loader.systemd-boot = {
|
loader.systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configurationLimit = 10;
|
||||||
consoleMode = config.system.systemdBootConsoleMode;
|
consoleMode = config.system.systemdBootConsoleMode;
|
||||||
};
|
};
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue