feat(nix): add download buffer size config to NixOS and Darwin configuration files
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
2026-02-27 12:30:42 +05:30
parent d9c9b55d49
commit 5269b2ee10
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# "mirai:bcVPoFGBZ0i7JAKMXIqLj2GY3CulLC4kP7rQyqes1RM="
];
download-buffer-size = 524288000;
};
extraOptions = ''
build-users-group = nixbld

View File

@@ -49,6 +49,7 @@
extra-experimental-features = "nix-command flakes auto-allocate-uids";
trusted-users = [device.user];
extra-sandbox-paths = [config.programs.ccache.cacheDir];
download-buffer-size = 524288000;
};
extraOptions = ''
build-users-group = nixbld