From 2739488139f3e80e5001f25de4fda6719b2afebd Mon Sep 17 00:00:00 2001 From: nydragon Date: Tue, 25 Feb 2025 21:59:59 +0100 Subject: [PATCH] fix: shan build --- hosts/shan/calibre-web.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/shan/calibre-web.nix b/hosts/shan/calibre-web.nix index 48146b0..8109844 100644 --- a/hosts/shan/calibre-web.nix +++ b/hosts/shan/calibre-web.nix @@ -1,8 +1,6 @@ -{ }: { - config = { - calibre-web = { + services.calibre-web = { enable = true; options = { enableBookUploading = true;