summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-01 17:09:31 +0100
committerAlan Pearce2024-12-01 17:11:57 +0100
commit39343903902c0027c3426cf28e16ca60448a2edb (patch)
tree00acc4cf760cbbb5989d317042174cac2c3bfaf8 /system/linde.nix
parentcd255ec0c5cc8a0e7d1d5cab7011805a0c272497 (diff)
downloadnixfiles-39343903902c0027c3426cf28e16ca60448a2edb.tar.lz
nixfiles-39343903902c0027c3426cf28e16ca60448a2edb.tar.zst
nixfiles-39343903902c0027c3426cf28e16ca60448a2edb.zip
linde: use only user@ portion of Tailscale ID HEAD main
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index e17a044e..7ac72e5c 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -911,7 +911,7 @@ in
             PAPERLESS_ENABLE_COMPRESSION = false; # let caddy do it
 
             PAPERLESS_ENABLE_HTTP_REMOTE_USER = true;
-            PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME = "HTTP_X_WEBAUTH_USER";
+            PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME = "HTTP_X_WEBAUTH_LOGIN";
 
             PAPERLESS_OCR_SKIP_ARCHIVE_FILE = "with_text";
             PAPERLESS_OCR_LANGUAGE = "deu+eng";