🐛 use upstream paperless-ngx because of a patch
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 27m50s

8b81bddc76
This commit is contained in:
Ingolf Wagner 2024-12-07 19:14:52 +07:00
parent 525f97460c
commit fd52105901
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -9,15 +9,7 @@
services.paperless = {
enable = true;
address = "0.0.0.0";
package = pkgs.paperless-ngx.overrideAttrs (old: rec {
version = "2.13.4";
src = pkgs.fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-db8omhyngvenAgfGGpMAhGkgqGug/sv7AL1G+sniM/c=";
};
});
package = pkgs.paperless-ngx;
settings = {
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_APP_TITLE = "paperless.chungus.private";