mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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 = {
|
||||
allowed-users = [ "${username}" ];
|
||||
download-buffer-size = 524288000;
|
||||
experimental-features = [
|
||||
"flakes"
|
||||
"nix-command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue