nixos/paperless: allow systemd services to read ca-certificates

This fixes a regression introduced with the update to 1.17.0.
Since this version paperless-ngx checks the ssl certificates of remote
email servers.
This commit is contained in:
Leona Maroni 2023-08-25 15:26:23 +02:00
parent 88160d555d
commit 87f21ac4e6
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -43,6 +43,8 @@ let
"-/etc/nsswitch.conf"
"-/etc/hosts"
"-/etc/localtime"
"-/etc/ssl/certs"
"-/etc/static/ssl/certs"
"-/run/postgresql"
] ++ (optional enableRedis redisServer.unixSocket);
BindPaths = [