From 591c0d68ab7d6c4ea029c64cca594a77c7d18559 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 11 Apr 2023 00:55:22 +0200 Subject: [PATCH] thrall: Make paperless consumption dir public --- hosts/thrall/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index ce11aa8..b534b9f 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -255,6 +255,7 @@ in { enable = true; address = "127.0.0.1"; port = 3002; + consumptionDirIsPublic = true; extraConfig = { PAPERLESS_OCR_LANGUAGE = "deu+eng"; PAPERLESS_URL = "https://docs.failco.de";