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

@ -60,6 +60,9 @@ in
owner = "prometheus";
group = config.users.users.prometheus.group;
};
"paperless/adminPassword" = mkIf config.services.paperless.enable {
owner = config.services.paperless.user;
};
};
};
}