diff --git a/hosts/challenger/services/audiobookshelf.nix b/hosts/challenger/services/audiobookshelf.nix index ccab5a1..1b6bc30 100644 --- a/hosts/challenger/services/audiobookshelf.nix +++ b/hosts/challenger/services/audiobookshelf.nix @@ -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" ]; };