mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: work around paperless scratch_dir issue (https://github.com/paperless-ngx/paperless-ngx/discussions/5606)
This commit is contained in:
parent
5caaa2c8ce
commit
1bf4a80d2e
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
# TODO: workaround for https://github.com/paperless-ngx/paperless-ngx/discussions/5606
|
||||
systemd.services.paperless-web.script = lib.mkBefore ''
|
||||
mkdir -p /tmp/paperless
|
||||
'';
|
||||
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue