challenger/audiobookshelf: grr try fixing mounts
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user