updated flake.lock

This commit is contained in:
Leyla Becker 2025-09-04 00:33:53 -05:00
parent 2d396228c7
commit fab03391fc
2 changed files with 16 additions and 17 deletions

View file

@ -51,10 +51,9 @@ in {
};
};
services.paperless = {
domain = "${config.services.paperless.subdomain}.${config.host.reverse_proxy.hostname}";
configureTika = true;
settings = {
PAPERLESS_URL = "https://${config.services.paperless.subdomain}.${config.host.reverse_proxy.hostname}";
PAPERLESS_DBENGINE = "postgresql";
PAPERLESS_DBHOST = "/run/postgresql";
PAPERLESS_DBNAME = config.services.paperless.database.user;