Comment on Introducing reitti: a selfhosted alternative to Google Timeline
Sibbo@sopuli.xyz 2 days agoBut then I’d have to combine that with existing services myself. NixOS ensures that there is only one postgres running for example, such that not every service starts its own postgres instance.
For immich, for example the following us enough for a most basic configuration:
services.immich.enable = true; services.immich.port = 2283;
beerclue@lemmy.world 2 days ago
I see what you mean, interesting. Didn’t really look at NixOS as a server os. I personally prefer using multiple compose files (in the process of migrating to k8s). I share resources too, like in your example, I just point to the existing DB instance, not create a new one for each new service.