Skip to content

Commit f5d3019

Browse files
committed
mimas: limit to 10 generations
We now had 26 and the EFI partitions were close to full.
1 parent c907057 commit f5d3019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/mimas/boot.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
efi.canTouchEfiVariables = false;
1212
grub = {
1313
enable = true;
14+
configurationLimit = 10;
1415
efiSupport = true;
1516
efiInstallAsRemovable = true;
1617
mirroredBoots = [

0 commit comments

Comments
 (0)