haumea: reduce configuration limit further
It turns out that we now have 6 kernel versions in the last 10 configurations and we cannot deploy another. Hopefully half the configuration count is still sufficient to provide a useful number of rollbacks.
Martin Weinelt committed
Jan 6, 2025 at 02:19 UTC
97c31fb8e320a89e3bb12e63b4b5e599aa99f68b
1 file changed
+1
-1
build/haumea/boot.nix
+1
-1
@@ -5,7 +5,7 @@
5
"/dev/nvme1n1"
6
];
7
copyKernels = true;
8
- configurationLimit = 10; # 230 MB /boot capacity
8
+ configurationLimit = 5; # 230 MB /boot capacity
9
};
10
boot.initrd.availableKernelModules = [
11
"ahci"