Add download buffer. Warning last update

This commit is contained in:
pazpi 2025-10-18 15:44:00 +02:00
parent fe227f8352
commit 3a22e3f209

View file

@ -9,6 +9,10 @@ let
in
{
nix.settings = {
download-buffer-size = 524288000; # 500 MiB
};
my = {
networking = {