This commit is contained in:
oddlama 2024-02-27 14:27:58 +01:00
parent 5caaa2c8ce
commit 1bf4a80d2e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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";