moby: reduce the number of configurations we keep in /boot

This commit is contained in:
colin 2022-12-21 06:33:50 +00:00
parent 38befe502c
commit 0db7f0857a
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@
boot.loader.efi.canTouchEfiVariables = false;
# /boot space is at a premium. default was 20.
boot.loader.generic-extlinux-compatible.configurationLimit = 10;
# even 10 can be too much
# TODO: compress moby kernels!
boot.loader.generic-extlinux-compatible.configurationLimit = 8;
# mobile.bootloader.enable = false;
# mobile.boot.stage-1.enable = false;
# boot.initrd.systemd.enable = false;