Skip to content

Commit

Permalink
hydra-offline: default to listen on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Aug 22, 2024
1 parent 841900f commit 06d1674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perSystem/packages/wrappers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
${lib.getExe' config.packages.hydra-node "hydra-node"} offline \
--hydra-signing-key hydra.sk \
--ledger-protocol-parameters protocol-parameters.json \
--host 0.0.0.0 \
--api-host 0.0.0.0 \
--initial-utxo utxo.json
popd
'';
Expand Down

0 comments on commit 06d1674

Please sign in to comment.