Modifies nix.conf

This commit is contained in:
Abhinav Sarkar 2024-08-25 15:27:31 +05:30
parent b2a6646cad
commit a7f4fc9b7a

View File

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