Move calibre-web to sys modules
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user