Skip to content

Commit

Permalink
change attic server name to "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
brainrake committed Mar 14, 2024
1 parent a4888df commit f5ed263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions effects/push-cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ in {
secretsMap = { token-file = "${cacheOptions.secretName}"; };
userSetupScript = ''
attic login \
server-name \
default \
$(readSecretString token-file .endpoint) \
$(readSecretString token-file .token)
'';
effectScript = ''
cat ${
packagesFile pkgs cacheOptions.packages
} | xargs -s 4096 attic push server-name:$(readSecretString token-file .name)
} | xargs -s 4096 attic push default:$(readSecretString token-file .name)
'';
};
in hci-effects.runIf ((cacheOptions.branches == null)
Expand Down

0 comments on commit f5ed263

Please sign in to comment.