From 490350c7f906514b2021ed6f2f8096e263e04773 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sat, 10 Jun 2023 18:38:39 +0530 Subject: [PATCH] calibre: Disable Until I figure out how to get authentication working. --- modules/calibre.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calibre.nix b/modules/calibre.nix index 889c42a..0505051 100644 --- a/modules/calibre.nix +++ b/modules/calibre.nix @@ -2,7 +2,7 @@ { services = { calibre-server = { - enable = true; + enable = false; user = "payas"; libraries = [ "/home/payas/org/books/calibre/" ]; };