Limit bootloader to 25 most recent generations
This commit is contained in:
parent
a2f73ee694
commit
fc8eb06006
1 changed files with 7 additions and 2 deletions
|
@ -36,8 +36,13 @@
|
|||
systemd.enable = true;
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 25;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
|
|
Loading…
Reference in a new issue