calibre: minor changes

This commit is contained in:
Payas Relekar 2023-06-10 15:50:00 +05:30
parent 77a32ac107
commit 291262c199

View file

@ -11,8 +11,8 @@ in
calibre-web = {
enable = true;
user = "payas";
openFirewall = true;
user = payas;
openFirewall = false;
listen = {
port = 8083;
ip = "::1";
@ -20,6 +20,7 @@ in
options = {
enableBookUploading = true;
enableBookConversion = true;
calibreLibrary = "/home/payas/org/books/calibre";
};
};