updated flake.lock
This commit is contained in:
parent
2d396228c7
commit
fab03391fc
2 changed files with 16 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue