treewide: fmt
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-07-27 19:36:40 +02:00
parent 1a890597ff
commit 7e5d13ac3d
6 changed files with 35 additions and 30 deletions

View file

@ -33,7 +33,8 @@ in
inherit (cfg) mediaDir passwordFile;
settings = {
PAPERLESS_OCR_LANGUAGE = "deu+eng";
} // cfg.settings;
}
// cfg.settings;
};
# monitoring is not really useful, because it only contains the http-worker infos -> skipped for now