tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Increase nix download-buffer-size
encode42.dev
7 months ago
d8abe898
f9f8022e
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
common
nix.nix
+1
-1
modules/common/nix.nix
reviewed
···
24
24
"flakes"
25
25
];
26
26
27
27
-
download-buffer-size = 268435456;
27
27
+
download-buffer-size = 512000000;
28
28
};
29
29
};
30
30