versatus / versatus.nix

A Nix flake for the Versatus Labs ecosystem which provides reproducible build guarantees for Versatus binaries, development environments for building Versatus repositories on supported systems and NixOS images & infrastructure for deploying Versatus services.
0 stars 0 forks source link

Handle `SECRET_KEY` export between server boots #16

Closed eureka-cpu closed 1 week ago

eureka-cpu commented 2 weeks ago

Currently using jq to parse the wallet cli output and set the environment variable, but between boots this won't persist. This could be added to the bashrc so that it will re-export on new shell instances.