From 948d7feb1605d26cf3ac501496b93c05516fcd2d Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 4 Mar 2024 15:40:55 +0100 Subject: [PATCH] thrall: Share paperless consumption directory via syncthing --- hosts/thrall/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 553aa9f..9839dd4 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -346,6 +346,10 @@ in { path = "/home/alex/media/scan"; devices = [ "redmi" ]; }; + "paperless" = { + path = "${config.services.paperless.consumptionDir}"; + devices = [ "redmi" ]; + }; }; devices = { "redmi" = {