diff --git a/nix/configuration/roles/distributed_build/default.nix b/nix/configuration/roles/distributed_build/default.nix index 262dbde2..dc2d680a 100644 --- a/nix/configuration/roles/distributed_build/default.nix +++ b/nix/configuration/roles/distributed_build/default.nix @@ -65,7 +65,6 @@ in IFS=$'\n\t' set -f # disable globbing 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 ''; nix.settings.secret-key-files = [ "/persist/manual/nix/nix-cache-key.sec" ];