From 0114e7b668f4961b3cb791762240d9c90490d999 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 18 Feb 2021 13:59:47 +0000 Subject: [PATCH] services: calibre-web: backup library --- services/calibre-web.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/calibre-web.nix b/services/calibre-web.nix index 97b90c8..a931ce5 100644 --- a/services/calibre-web.nix +++ b/services/calibre-web.nix @@ -48,5 +48,11 @@ in locations."/".proxyPass = "http://localhost:${toString cfg.port}/"; }; + + my.services.backup = { + paths = [ + cfg.libraryPath + ]; + }; }; }