From 06b53fbb870f703c367386c0993c698cb6c5128c Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 27 Sep 2024 03:37:47 +0000 Subject: [PATCH] moby: bump bootloader config limit from 8 -> 10 --- hosts/by-name/moby/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index b790abbc1..32528e9f9 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -60,7 +60,6 @@ sane.programs.mpv.config.defaultProfile = "fast"; - # /boot space is at a premium. default was 20. - # even 10 can be too much - boot.loader.generic-extlinux-compatible.configurationLimit = 8; + # /boot space is at a premium, especially with uncompressed kernels. default was 20. + boot.loader.generic-extlinux-compatible.configurationLimit = 10; }