From 841c3b2fbd0a64fdd50743362e7ccf7880e8f3a6 Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Fri, 27 Mar 2026 21:58:05 +0100 Subject: [PATCH] Lower attic push jobs server be fragile --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 9a53fae..5fe055f 100644 --- a/Justfile +++ b/Justfile @@ -12,8 +12,8 @@ build-laptop: nix build .#nixosConfigurations.dalaptop.config.system.build.toplevel --log-format internal-json |& nom --json upload: - attic push my-config result -j4 - attic push my-config /run/current-system -j4 + attic push my-config result -j2 + attic push my-config /run/current-system -j2 clean: rm -rf result