calibre: Disable

Until I figure out how to get authentication working.
This commit is contained in:
Payas Relekar 2023-06-10 18:38:39 +05:30
parent 61887cbe42
commit 490350c7f9

View file

@ -2,7 +2,7 @@
{
services = {
calibre-server = {
enable = true;
enable = false;
user = "payas";
libraries = [ "/home/payas/org/books/calibre/" ];
};