Modifies nix.conf
This commit is contained in:
parent
b2a6646cad
commit
a7f4fc9b7a
4
nix.nix
4
nix.nix
@ -15,11 +15,13 @@
|
||||
};
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
connect-timeout = 30;
|
||||
connect-timeout = 60;
|
||||
download-attempts = 10;
|
||||
cores = 2;
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
fallback = true;
|
||||
keep-outputs = true;
|
||||
keep-going = true;
|
||||
log-lines = 25;
|
||||
max-free = 1000000000;
|
||||
max-jobs = 6;
|
||||
|
Loading…
Reference in New Issue
Block a user