nixos: services: paperless: fix formatting
This commit is contained in:
parent
0c5836bc56
commit
a997d36964
1 changed files with 16 additions and 16 deletions
|
|
@ -52,10 +52,10 @@ in
|
||||||
|
|
||||||
mediaDir = lib.mkIf (cfg.documentPath != null) cfg.documentPath;
|
mediaDir = lib.mkIf (cfg.documentPath != null) cfg.documentPath;
|
||||||
|
|
||||||
settings =
|
settings = {
|
||||||
{
|
|
||||||
# Use SSO
|
# Use SSO
|
||||||
PAPERLESS_ENABLE_HTTP_REMOTE_USER = true;
|
PAPERLESS_ENABLE_HTTP_REMOTE_USER = true;
|
||||||
|
PAPERLESS_ENABLE_HTTP_REMOTE_USER_API = true;
|
||||||
PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME = "HTTP_X_USER";
|
PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME = "HTTP_X_USER";
|
||||||
|
|
||||||
# Security settings
|
# Security settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue