paperless: fix issues
This commit is contained in:
parent
dd2074e00e
commit
5aa8cce913
1 changed files with 2 additions and 1 deletions
3
void.nix
3
void.nix
|
|
@ -226,7 +226,7 @@
|
|||
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
address = "localhost";
|
||||
address = "127.0.0.1";
|
||||
port = 28981;
|
||||
passwordFile = "/etc/nixos/secrets/paperless-password";
|
||||
consumptionDir = "/var/lib/paperless-upload";
|
||||
|
|
@ -251,6 +251,7 @@
|
|||
PAPERLESS_TASK_WORKERS = "4";
|
||||
PAPERLESS_THREADS_PER_WORKER = "1";
|
||||
PAPERLESS_WORKER_TIMEOUT = "18000";
|
||||
PAPERLESS_URL = "https://paperless.005540.xyz";
|
||||
};
|
||||
};
|
||||
users.groups.paperless-upload = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue