fix the destination of copy-to-cache

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-19 21:22:25 +01:00
parent 444c50081f
commit e8ebc51228
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -7,7 +7,7 @@ in
description = "Copy nix cache to cache.int.chir.rs";
script = ''
#!${pkgs.bash}/bin/bash
${pkgs.nix}/bin/nix copy --to 's3://cache.int.chir.rs?scheme=http&endpoint=192.168.2.1' --all
${pkgs.nix}/bin/nix copy --to 's3://cache.int.chir.rs?scheme=http&endpoint=192.168.2.1:9000' --all
'';
unitConfig = {
User = "darkkirb";