mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #292030 from Flakebi/paperless
paperless: fix uploading files via local folder
This commit is contained in:
commit
3302864e6e
@ -307,6 +307,9 @@ in
|
||||
Restart = "on-failure";
|
||||
};
|
||||
environment = env;
|
||||
# Allow the consumer to access the private /tmp directory of the server.
|
||||
# This is required to support consuming files via a local folder.
|
||||
unitConfig.JoinsNamespaceOf = "paperless-task-queue.service";
|
||||
};
|
||||
|
||||
systemd.services.paperless-web = {
|
||||
|
Loading…
Reference in New Issue
Block a user