💚 fix CI build problems
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 1h57m50s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 1h57m50s
This commit is contained in:
parent
be6b1fbfa4
commit
c729802b6e
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
||||||
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 {
|
||||||
|
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