modules: services: calibre-web: persist library
This commit is contained in:
parent
1e862e8138
commit
aa3c0574d6
|
@ -53,5 +53,10 @@ in
|
||||||
cfg.libraryPath
|
cfg.libraryPath
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.system.persist.directories = [
|
||||||
|
"/var/lib/${config.services.calibre-web.dataDir}"
|
||||||
|
cfg.libraryPath
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue