update paperless
This commit is contained in:
parent
385b3d4a37
commit
4dfed8c623
1 changed files with 8 additions and 1 deletions
|
@ -1,8 +1,15 @@
|
|||
{ config, ... }: {
|
||||
{ config, pkgs, nixos-artwork, ... }: {
|
||||
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
package = pkgs.unstable.paperless;
|
||||
extraConfig = {
|
||||
PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||
PAPERLESS_APP_TITLE = "paperless.chungus.private";
|
||||
PAPERLESS_CONSUMER_IGNORE_PATTERN = builtins.toJSON [ ".DS_STORE/*" "desktop.ini" ];
|
||||
#PAPERLESS_CONSUMER_DELETE_DUPLICATES = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ config.services.paperless.port ];
|
||||
|
|
Loading…
Reference in a new issue