Move calibre-web to sys modules

This commit is contained in:
2025-09-01 23:40:19 +03:00
parent 8fbee98d3f
commit 14d69d5a2d
2 changed files with 15 additions and 8 deletions

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
pkgsStable,
quirks,
...
}:
@@ -45,13 +44,6 @@ in
printing.ricoh.enable = true;
calibre-web = {
enable = true;
listen.port = 8091;
listen.ip = "0.0.0.0";
package = pkgsStable.calibre-web;
options = {
enableBookUploading = true;
enableBookConversion = true;
};
user = "fenix";
};
};