modules: services: calibre-web: use 'dataDir'
This commit is contained in:
parent
e2638728e3
commit
dd0c110f71
|
@ -49,7 +49,7 @@ in
|
||||||
|
|
||||||
my.services.backup = {
|
my.services.backup = {
|
||||||
paths = [
|
paths = [
|
||||||
"/var/lib/calibre-web" # For `app.db` and `gdrive.db`
|
"/var/lib/${config.services.calibre-web.dataDir}" # For `app.db` and `gdrive.db`
|
||||||
cfg.libraryPath
|
cfg.libraryPath
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue