calibre: correct library location

This commit is contained in:
Payas Relekar 2023-06-10 15:43:45 +05:30
parent 758c67ef29
commit 77a32ac107

View file

@ -6,7 +6,7 @@ in
calibre-server = {
enable = true;
user = payas;
libraries = [ "/home/payas/org/books/" ];
libraries = [ "/home/payas/org/books/calibre/" ];
};
calibre-web = {