Enhancement: Increase nix build download buffer size to accelerate builds after a flake update.

This commit is contained in:
Joey Hafner 2025-02-21 12:33:10 -08:00
parent c896c1e251
commit f8e2138f02
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -66,6 +66,7 @@
];
home-manager.extraSpecialArgs = { inherit pkgs inputs sys; };
}
{ nix.download-buffer-size = 1073741824; }
./modules/system.nix
./modules/git.nix
./modules/sops.nix