From f31bfb8b377665d2bcbb41a9f7d115d5c89581b6 Mon Sep 17 00:00:00 2001 From: Peter Lehmann Date: Sat, 5 Oct 2024 10:02:57 +0200 Subject: [PATCH] Set some settings --- modules/paperless.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/paperless.nix b/modules/paperless.nix index 53a1225..c0019df 100644 --- a/modules/paperless.nix +++ b/modules/paperless.nix @@ -67,6 +67,7 @@ in address = "[::1]"; port = 28981; settings = { + PAPERLESS_URL = "https://paperless.xnee.net" PAPERLESS_ADMIN_USER = "peter"; PAPERLESS_PRE_CONSUME_SCRIPT = pre_consume_script.outPath; PAPERLESS_OCR_LANGUAGE = "deu";