paperless: extraConfig renamed to settings

This commit is contained in:
teutat3s 2024-06-12 22:37:49 +02:00
parent e23ec52b44
commit 09b8cc835f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -20,7 +20,7 @@ in {
consumptionDir = consumptionDir; consumptionDir = consumptionDir;
dataDir = dataDir; dataDir = dataDir;
address = "127.0.0.1"; address = "127.0.0.1";
extraConfig = { settings = {
PAPERLESS_ADMIN_USER = psCfg.user.name; PAPERLESS_ADMIN_USER = psCfg.user.name;
PAPERLESS_AUTO_LOGIN_USERNAME = psCfg.user.name; PAPERLESS_AUTO_LOGIN_USERNAME = psCfg.user.name;
PAPERLESS_URL = "https://paperless.faenix.eu"; PAPERLESS_URL = "https://paperless.faenix.eu";