Hacker News new | ask | show | jobs
by kalium_xyz 2295 days ago
Nix (nixos, nixops) is worth looking into if you want a full solution and can dedicate the time and energy.
2 comments

Also Morph, which is like NixOps, but stateless:

https://github.com/DBCDK/morph

Morph is lovely because it ends up being a very thin layer over the existing Nix toolkit. All it does is deploy your NixOS config to a remote machine.
Cool, thanks for this
Yes, I love the immutability there!