From 4780c151fea5936c40e4924b4c4f8524de92aaa2 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 27 Aug 2022 08:53:03 +0200 Subject: [PATCH] add books to nextcloud --- nixos/configs/robi/nextcloud.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/configs/robi/nextcloud.nix b/nixos/configs/robi/nextcloud.nix index e47fc1e..dc99b29 100644 --- a/nixos/configs/robi/nextcloud.nix +++ b/nixos/configs/robi/nextcloud.nix @@ -157,6 +157,11 @@ in hostPath = toString config.services.syncthing.folders.series.path; isReadOnly = true; }; + books = { + mountPoint = toString config.services.syncthing.folders.books.path; + hostPath = toString config.services.syncthing.folders.books.path; + isReadOnly = true; + }; }; # container network setup