Limit the attic processes when pushing builds

This commit is contained in:
Andreas Zweili 2024-04-18 20:18:11 +02:00
parent 89011fd757
commit 846a3bb459
1 changed files with 1 additions and 1 deletions

View File

@ -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