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.
1 stars 0 forks source link

Convert `lasr_node` TiKV Docker files to Nix expressions and add them to the NixOS system configurations #8

Closed eureka-cpu closed 3 months ago

eureka-cpu commented 3 months ago

There are a couple of docker images that need to be converted to nix expressions in order to run on NixOS

eureka-cpu commented 3 months ago

Turns out the containers are separate images that can just be pulled from dockerhub so for now that will be part of the systemd script mentioned in #10 and there's not need to create new docker images in nix 🎉 just the setup scripts that run them which are added as binaries in #11