Set reasonable defaults for Nix
For context: https://jackson.dev/post/nix-reasonable-defaults/
This commit is contained in:
parent
3ca179eaa0
commit
845ed10dec
@ -47,6 +47,11 @@ with lib.my;
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
connect-timeout = 5;
|
||||
log-lines = 25;
|
||||
min-free = 128000000;
|
||||
max-free = 1000000000;
|
||||
fallback = true;
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"http://odyssey.mesh.vimium.net"
|
||||
|
Loading…
x
Reference in New Issue
Block a user