Add paperless

This commit is contained in:
Jan Kremer 2026-02-20 11:26:24 +01:00
parent 32d185cd88
commit 393b0f08f4
No known key found for this signature in database
4 changed files with 26 additions and 0 deletions

View file

@ -5,6 +5,7 @@
./immich.nix ./immich.nix
./jellyfin.nix ./jellyfin.nix
# ./minecraft.nix # ./minecraft.nix
./paperless.nix
./samba.nix ./samba.nix
./tailscale.nix ./tailscale.nix
]; ];

View file

@ -0,0 +1,16 @@
{ config, ... }:
{
age.secrets.paperless-admin.file = ../secrets/paperless-admin.age;
services.paperless = {
enable = true;
passwordFile = config.age.secrets.paperless-admin.path;
consumptionDirIsPublic = true;
dataDir = "/mnt/paperless";
# port = 28981;
settings = {
PAPERLESS_OCR_LANGUAGE = "deu+eng";
};
};
}

View file

@ -0,0 +1,8 @@
age-encryption.org/v1
-> ssh-ed25519 2otpcg GyPxcB3gWYPbM9fYYHj6RpxRd2xPdEaVvSzA9YDG3SA
YxWkWHddFNVORq/t8ZITPXoe0xdMrzIfMObZuQk4arI
-> ssh-ed25519 40YjXQ ULSs0h71Dc/Lnjlxpde0b6WE35rqjDE25tpqeomJwSs
dZblDf3QNumI6J3YIDR3/fpCzvwWGY4DfVKysYo9zZE
--- 6qJ87GFgPpqhA7j9EZtO3A3smAuUC+ltIk8ZMicQ+pQ
£óRÓüè¤:(? þ¡½K«¿Å<30>xA¾C©>úFŽOÁ\
Íèºà(ÿí,س÷4Ú8†]

View file

@ -9,5 +9,6 @@ in
{ {
"copyparty-jan.age".publicKeys = all; "copyparty-jan.age".publicKeys = all;
"forgejo-runner-token.age".publicKeys = all; "forgejo-runner-token.age".publicKeys = all;
"paperless-admin.age".publicKeys = all;
"tailscale.age".publicKeys = all; "tailscale.age".publicKeys = all;
} }