Update cache key

- due to cache reset
- add job number to push
This commit is contained in:
2026-03-27 20:45:33 +01:00
parent 599be0b0e5
commit d9478157fb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -6,7 +6,7 @@
];
trusted-public-keys = [
"my-config:51aC90S8+3+gS/UzwdnL7a7lu1NnY896SZp5njMwFDk="
"my-config:hK+qaX2TdSrf/sp8LjKq9VF9XU0qGksoQCdgVXfgWoQ="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];