fix the destination of copy-to-cache
This commit is contained in:
parent
444c50081f
commit
e8ebc51228
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue