challenger/audiobookshelf: grr try fixing mounts

This commit is contained in:
2026-08-02 17:26:42 +02:00
parent 6b2a3be7a4
commit 4e9e5bca9e
+5 -1
View File
@@ -8,7 +8,11 @@ in {
fileSystems = {
"/var/lib/audiobookshelf" = {
device = "/tank/media/audiobookshelf/config";
depends = [ "/tank/media/audiobookshelf" ];
depends = [
"/tank"
"/tank/media/audiobookshelf"
"/var/lib"
];
fsType = "none";
options = [ "bind" ];
};