🐛 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 = {
|
services.paperless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
package = pkgs.paperless-ngx.overrideAttrs (old: rec {
|
package = pkgs.paperless-ngx;
|
||||||
version = "2.13.4";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "paperless-ngx";
|
|
||||||
repo = "paperless-ngx";
|
|
||||||
rev = "refs/tags/v${version}";
|
|
||||||
hash = "sha256-db8omhyngvenAgfGGpMAhGkgqGug/sv7AL1G+sniM/c=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
settings = {
|
settings = {
|
||||||
PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||||
PAPERLESS_APP_TITLE = "paperless.chungus.private";
|
PAPERLESS_APP_TITLE = "paperless.chungus.private";
|
||||||
|
|
Loading…
Reference in a new issue