mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 08:04:25 +01:00
Add paperless-ngx container
This commit is contained in:
parent
65bd45bfac
commit
2c347bab77
8 changed files with 125 additions and 15 deletions
8
hosts/stratus/containers/paperless/paperless.nix
Normal file
8
hosts/stratus/containers/paperless/paperless.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
dataDir = "/data/paperless";
|
||||
passwordFile = "/run/secrets/paperless-admin-password";
|
||||
settings.PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue