From 4e9e5bca9ee9677b5c714fbf1133ba2fef4dd441 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 2 Aug 2026 17:26:42 +0200 Subject: [PATCH] challenger/audiobookshelf: grr try fixing mounts --- hosts/challenger/services/audiobookshelf.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ]; };