service/paperless: fix csrf login
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-01-10 16:40:09 +01:00
parent 8939fcf689
commit 8315ac2188

View file

@ -33,6 +33,7 @@ in
inherit (cfg) mediaDir passwordFile;
settings = {
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_URL = "https://docs.${domain}";
}
// cfg.settings;
};