🐛 use upstream paperless-ngx because of a patch
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 27m50s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 27m50s
8b81bddc76
This commit is contained in:
parent
525f97460c
commit
fd52105901
1 changed files with 1 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue