mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Deal with error about 'download buffer is full'
Fix from https://github.com/NixOS/nix/issues/11728#issuecomment-2725297584
This commit is contained in:
parent
4cb3f7e605
commit
c7f51a4021
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
allowed-users = [ "${username}" ];
|
allowed-users = [ "${username}" ];
|
||||||
|
download-buffer-size = 524288000;
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"flakes"
|
"flakes"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue