mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot] Greatly reduce configurationLimit, slightly raise it when developer mode is enabled
This commit is contained in:
parent
a8061ea05d
commit
127117d52e
2 changed files with 3 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -130,7 +130,7 @@ in {
|
||||||
|
|
||||||
configurationLimit = mkOption {
|
configurationLimit = mkOption {
|
||||||
description = "Maximum number of generations in the boot menu";
|
description = "Maximum number of generations in the boot menu";
|
||||||
default = 30;
|
default = 3;
|
||||||
example = null;
|
example = null;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,8 @@ in {
|
||||||
"doc" "info" "dev" "debug" "static"
|
"doc" "info" "dev" "debug" "static"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
aviallon.boot.configurationLimit = mkDefault 10;
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"tabnine" "clion"
|
"tabnine" "clion"
|
||||||
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"
|
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue