This commit is contained in:
2025-08-08 22:33:10 +03:00
parent 310f41d9eb
commit 90e9707d27
17 changed files with 69 additions and 56 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
{
config,
xlib,
...
}:
{
services.calibre-web = {
enable = true;
group = "users";
user = "${config.xlib.device.username}";
user = "${xlib.device.username}";
options = {
calibreLibrary = "${config.xlib.dirs.calibre-library}";
calibreLibrary = "${xlib.dirs.calibre-library}";
enableBookUploading = true;
enableKepubify = false;
};