nixos: services: paperless: use structured setting
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The module should stringify it to JSON automatically, so might as well use the more readable option.
This commit is contained in:
parent
9751fdb888
commit
a67a54bda2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in
|
||||||
# Security settings
|
# Security settings
|
||||||
PAPERLESS_URL = "https://paperless.${config.networking.domain}";
|
PAPERLESS_URL = "https://paperless.${config.networking.domain}";
|
||||||
PAPERLESS_USE_X_FORWARD_HOST = true;
|
PAPERLESS_USE_X_FORWARD_HOST = true;
|
||||||
PAPERLESS_PROXY_SSL_HEADER = ''["HTTP_X_FORWARDED_PROTO", "https"]'';
|
PAPERLESS_PROXY_SSL_HEADER = [ "HTTP_X_FORWARDED_PROTO" "https" ];
|
||||||
|
|
||||||
# OCR settings
|
# OCR settings
|
||||||
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue