Skip to content

Commit 1ca9309

Browse files
committed
builders: limit system generations we keep around
These are quite large on aarch64-linux due to lack of compression.
1 parent 71d0e60 commit 1ca9309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builders/boot/efi-grub.nix

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
efi.canTouchEfiVariables = false;
44
grub = {
55
enable = true;
6+
configurationLimit = 5;
67
efiSupport = true;
78
efiInstallAsRemovable = true;
89
mirroredBoots = [

0 commit comments

Comments
 (0)