mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] don't recursively optimize by default
This commit is contained in:
parent
76956e2826
commit
0bc9e4cf9e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ in {
|
|||
};
|
||||
defaultSettings = mkOption {
|
||||
default = {
|
||||
recursive = 1;
|
||||
recursive = 0;
|
||||
level = "slower";
|
||||
};
|
||||
example = { level = "unsafe"; recursive = 0; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue