this post was submitted on 14 Apr 2024
4 points (75.0% liked)
Nix / NixOS
1743 readers
3 users here now
Main links
Videos
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've done variations of this concept, but I never tried that in NixOS.
Something that should be pretty universal though, is to keep it read-only everywhere except one read-write container.
Generally speaking, having multiple containers with write access to the same folder is a recipe for headaches.
Why not, I have some really really good combos working, like:
Synching + photoprism
Transmission + jellyfin (optionally with *arr)
Depends on the thing it's doing and how low level it expects to access the storage.
The things you named are pretty much made to work with each other in mind so there's no issue.
Weird issues can happen if two things try to write the same file.