xamino

joined 10 months ago
[–] xamino@feddit.org 3 points 1 month ago

A lot of software exposes the general "config" or "environment" object too. Thanks to that I haven't encountered many things I couldn't go in my Nix config for already packaged services.

And you can always fall back to Docker in Nix, which has the benefit of all the flexibility and will still declaratively declare your deployments.

So in practice this works out very well in my case, I haven't had to fight Nix (apart from the initial learning curve).

[–] xamino@feddit.org 2 points 4 months ago

Now there's at least two of us!

[–] xamino@feddit.org 20 points 5 months ago* (last edited 5 months ago) (3 children)

I went this route from the start and love it. In case you need some resources:

Hope this helps a bit. I found the effort to be very worth it, but took me almost half a year to get comfortable with it.