Remove an unnecessary line.

This commit is contained in:
Tom Alexander 2025-11-29 23:00:25 -05:00
parent 906741bfcf
commit 5de1c0cb56
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -65,7 +65,6 @@ in
IFS=$'\n\t' IFS=$'\n\t'
set -f # disable globbing set -f # disable globbing
echo "Signing and uploading paths" $OUT_PATHS echo "Signing and uploading paths" $OUT_PATHS
#exec nix copy --to 'ssh://hydra?secret-key=/persist/manual/nix/nix-cache-key.sec' $OUT_PATHS
exec nix copy --to 'ssh://hydra' $OUT_PATHS exec nix copy --to 'ssh://hydra' $OUT_PATHS
''; '';
nix.settings.secret-key-files = [ "/persist/manual/nix/nix-cache-key.sec" ]; nix.settings.secret-key-files = [ "/persist/manual/nix/nix-cache-key.sec" ];