Hacker News new | ask | show | jobs
by servilio 2310 days ago
Have you taken a look at NixOps[1] and Disnix[2]? They extend the concepts of Nix and NixOS into networks of machines and distributed services (TL;DR version).

If you are using only one system, the NixOS containers support might be enough, though.

[1] https://nixos.org/nixops/ [2] https://nixos.org/disnix/

1 comments

I did used nixops. I quite enjoyed it, though the local state database was annoying. I wish it was more like k8s, keeping its state internally in a distributed db. I'll look into disnix. Thanks!
True, are you aware of the following Github issue related to this?

https://github.com/NixOS/nixops/issues/565

It has links to solutions people are using, and other related issues.