From 58d2640d424fb760c99caa88adf02ca00cb6f6b5 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Mon, 14 Oct 2024 02:59:39 +0200 Subject: [PATCH] fix(shan/paperless): accept invalidation of signatures through OCR --- hosts/shan/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/shan/configuration.nix b/hosts/shan/configuration.nix index f2d26f5..b057071 100644 --- a/hosts/shan/configuration.nix +++ b/hosts/shan/configuration.nix @@ -43,6 +43,9 @@ openPort = true; settings = { PAPERLESS_URL = "https://paperless.ccnlc.eu"; + PAPERLESS_OCR_USER_ARGS = { + invalidate_digital_signatures = true; + }; }; };