feat: add paperless ngx service

This commit is contained in:
danny 2025-08-29 16:22:03 +08:00
parent 9c9acc3494
commit 1ef3eb3360
4 changed files with 44 additions and 2 deletions

View file

@ -29,6 +29,11 @@ in
../../modules/bluetooth.nix
../../modules/gc.nix
../../modules/mail-server
../../modules/stylix.nix
(import ../../modules/paperless-ngx.nix {
domain = "paperless.net.dn";
passwordFile = config.sops.secrets."paperless/adminPassword".path;
})
(import ../../modules/prometheus.nix {
fqdn = "metrics.net.dn";
selfMonitor = true;