From 5ad8bc1d56b95920b3a9c8b020adbda981ac9d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 26 May 2024 16:18:26 +0200 Subject: [PATCH] fix(paperless): update renamed option --- services/paperless.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/paperless.nix b/services/paperless.nix index fdc2424..695ddfc 100644 --- a/services/paperless.nix +++ b/services/paperless.nix @@ -12,7 +12,7 @@ in { enable = true; inherit port; passwordFile = config.age.secrets.paperless.path; - extraConfig = { + settings = { PAPERLESS_ADMIN_USER = "felschr"; PAPERLESS_OCR_LANGUAGE = "deu+eng"; };