paperless-ngx: 2.15.3 -> 2.16.1 (#408942)

This commit is contained in:
K900 2025-05-22 09:10:27 +03:00 committed by GitHub
commit ebcc1d6f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 16 deletions

View file

@ -23,6 +23,7 @@ let
PAPERLESS_THUMBNAIL_FONT_NAME = defaultFont;
GRANIAN_HOST = cfg.address;
GRANIAN_PORT = toString cfg.port;
GRANIAN_WORKERS_KILL_TIMEOUT = "60";
}
// lib.optionalAttrs (config.time.timeZone != null) {
PAPERLESS_TIME_ZONE = config.time.timeZone;