about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2024-04-19 12:07:02 +0200
committerGitHub <noreply@github.com>2024-04-19 12:07:02 +0200
commit3905a63bdc4bcf6242c46d7a5085f3b7c8a044b4 (patch)
treeb7a33fa420961592195df582fe090785bd7e1139 /nixos/tests
parent8369db876cb55f0671147c28457e80234e915f8c (diff)
parent7067c4b0bb925263b848a895fcca03e4934d438f (diff)
Merge pull request #305267 from e1mo/paperless-always-eng
nixos/paperless: Always buidl tesseract with english
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/paperless.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/paperless.nix b/nixos/tests/paperless.nix
index 3d834b29958de..3ef291ba7e06f 100644
--- a/nixos/tests/paperless.nix
+++ b/nixos/tests/paperless.nix
@@ -23,6 +23,7 @@ import ./make-test-python.nix ({ lib, ... }: {
       };
       services.paperless.settings = {
         PAPERLESS_DBHOST = "/run/postgresql";
+        PAPERLESS_OCR_LANGUAGE = "deu";
       };
     };
   }; in self;