[Boot] Greatly reduce configurationLimit, slightly raise it when developer mode is enabled

This commit is contained in:
Antoine Viallon 2023-04-16 22:38:10 +02:00
parent a8061ea05d
commit 127117d52e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 3 additions and 1 deletions

View file

@ -130,7 +130,7 @@ in {
configurationLimit = mkOption {
description = "Maximum number of generations in the boot menu";
default = 30;
default = 3;
example = null;
type = types.int;
};