mlabs-haskell / spo-anywhere

Install Cardano nodes anywhere with the help of NixOS
https://mlabs-haskell.github.io/spo-anywhere/
Apache License 2.0
1 stars 0 forks source link

NixOS module(s) for running a `cardano-node` SPO #12

Closed aciceri closed 4 months ago

aciceri commented 7 months ago

We need NixOS module(s) for starting a node as SPO (two node may be needed). We should re-use the upstream NixOS module as much as possible.

Both configuration files (we can choose to target a single public testnet for now) and secret keys can be put inside a directory in this flake for now (well, at least until we don't have to delegate real ADAs, I would avoid to push secret keys that could be used for retrieving ADAs, even for public testnets).

For now let's keep everything in this repo, in future we may consider if to move to cardano.nix.

brainrake commented 4 months ago

fixed by https://github.com/mlabs-haskell/spo-anywhere/pull/21