mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
8 lines
195 B
Nix
8 lines
195 B
Nix
{
|
|
services.paperless = {
|
|
enable = true;
|
|
dataDir = "/data/paperless";
|
|
passwordFile = "/run/secrets/paperless-admin-password";
|
|
settings.PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
|
};
|
|
}
|