[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;
};

View file

@ -71,6 +71,8 @@ in {
"doc" "info" "dev" "debug" "static"
];
aviallon.boot.configurationLimit = mkDefault 10;
aviallon.programs.allowUnfreeList = [
"tabnine" "clion"
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"