From 846a3bb4594bbf030729599ed2a114f5f401943d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 18 Apr 2024 20:18:11 +0200 Subject: [PATCH] Limit the attic processes when pushing builds --- scripts/build-all-machines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-all-machines b/scripts/build-all-machines index 091fb68..c3c2b88 100755 --- a/scripts/build-all-machines +++ b/scripts/build-all-machines @@ -17,7 +17,7 @@ for host in "${hosts[@]}"; do fi echo $host nixos-rebuild build --flake "$DEVENV_ROOT#${host}" - attic push prod "$DEVENV_ROOT"/result + attic push -j 2 prod "$DEVENV_ROOT"/result rm -f "$DEVENV_ROOT"/result echo echo