❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: ocr language

A.Ottr cb191ab8 c6e3d0c1

+1 -1
+1 -1
nixos/ferret/paperless.nix
··· 22 22 settings = { 23 23 PAPERLESS_DBHOST = "/run/postgresql"; 24 24 PAPERLESS_TIME_ZONE = config.time.timeZone; 25 - PAPERLESS_OCR_LANGUAGE = "deu+eng+fr"; 25 + PAPERLESS_OCR_LANGUAGE = "deu+eng+fra"; 26 26 PAPERLESS_ADMIN_USER = "alex"; 27 27 PAPERLESS_URL = "https://paperless.ferret.otter.place"; 28 28 };