@cryptotaxi247 / infra / commits / 1ca93092

builders: limit system generations we keep around

These are quite large on aarch64-linux due to lack of compression.

Martin Weinelt committed Mar 19, 2025 at 14:34 UTC 1ca93092c481f184d4678420cfcea1ba895a4b46
1 file changed +1
builders/boot/efi-grub.nix
+1
@@ -3,6 +3,7 @@
3 efi.canTouchEfiVariables = false;
4 grub = {
5 enable = true;
6 + configurationLimit = 5;
7 efiSupport = true;
8 efiInstallAsRemovable = true;
9 mirroredBoots = [