From d9478157fb4773f7d545017b4aa684fda94e1eb0 Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Fri, 27 Mar 2026 20:45:33 +0100 Subject: [PATCH] Update cache key - due to cache reset - add job number to push --- Justfile | 4 ++-- common/modules/attic.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 0c7b613..9a53fae 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 - attic push my-config /run/current-system + attic push my-config result -j4 + attic push my-config /run/current-system -j4 clean: rm -rf result diff --git a/common/modules/attic.nix b/common/modules/attic.nix index 04f34e9..426eea4 100644 --- a/common/modules/attic.nix +++ b/common/modules/attic.nix @@ -6,7 +6,7 @@ ]; trusted-public-keys = [ - "my-config:51aC90S8+3+gS/UzwdnL7a7lu1NnY896SZp5njMwFDk=" + "my-config:hK+qaX2TdSrf/sp8LjKq9VF9XU0qGksoQCdgVXfgWoQ=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];