nixos/nix: Use multiline-with-logs format by default
This commit is contained in:
parent
565b92d1ea
commit
af2af33de3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ in {
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
download-attempts = 8;
|
download-attempts = 8;
|
||||||
http-connections = 128;
|
http-connections = 128;
|
||||||
|
log-format = "multiline-with-logs";
|
||||||
max-substitution-jobs = 128;
|
max-substitution-jobs = 128;
|
||||||
preallocate-contents = true;
|
preallocate-contents = true;
|
||||||
use-cgroups = true;
|
use-cgroups = true;
|
||||||
|
|
Loading…
Reference in a new issue