mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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 {
|
||||
description = "Maximum number of generations in the boot menu";
|
||||
default = 30;
|
||||
default = 3;
|
||||
example = null;
|
||||
type = types.int;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue