mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
fix: allow paperless import of signed documents
This commit is contained in:
parent
7b310cd6f2
commit
ea1319b20f
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ in
|
|||
# Ghostscript is entirely bug-free.
|
||||
PAPERLESS_OCR_USER_ARGS = builtins.toJSON {
|
||||
continue_on_soft_render_error = true;
|
||||
# The original will always be kept, so just invalidate it. Otherwise the import will fail.
|
||||
invalidate_digital_signatures = true;
|
||||
};
|
||||
|
||||
# virtiofsd doesn't send inotify events (not sure if generally, or because we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue