challenger/audiobookshelf: grr try fixing mounts
This commit is contained in:
@@ -8,7 +8,11 @@ in {
|
|||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/var/lib/audiobookshelf" = {
|
"/var/lib/audiobookshelf" = {
|
||||||
device = "/tank/media/audiobookshelf/config";
|
device = "/tank/media/audiobookshelf/config";
|
||||||
depends = [ "/tank/media/audiobookshelf" ];
|
depends = [
|
||||||
|
"/tank"
|
||||||
|
"/tank/media/audiobookshelf"
|
||||||
|
"/var/lib"
|
||||||
|
];
|
||||||
fsType = "none";
|
fsType = "none";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user