update paperless

feature/clan.lol
Ingolf Wagner 2024-03-18 21:00:48 +01:00
parent 385b3d4a37
commit 4dfed8c623
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 8 additions and 1 deletions

View File

@ -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 ];