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
|
|
@ -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