This commit is contained in:
2025-10-25 19:50:26 +03:00
parent 9759a18b6e
commit bd2f5b7c13
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ in
calibreLibrary = "${xlib.dirs.calibre-library}";
enableBookUploading = true;
enableKepubify = true;
enableBookConversion = true;
enableBookConversion = false;
};
listen.ip = "0.0.0.0";
listen.port = 8083;
-1
View File
@@ -37,7 +37,6 @@ in
config = {
dbtype = "pgsql";
dbuser = "nextcloud";
#dbhost = "/run/postgresql";
dbname = "nextcloud";
adminuser = "oqyude";
adminpassFile = "${inputs.zeroq-credentials}/services/nextcloud/admin-pass.txt";