fhs-userenv-bubblewrap: add ca-certificates to fhs

In Arch Linux, many of the certs in /etc/ssl/certs/ are symlinks to
/etc/ca-certificates/extracted/. These symlinks are broken in the FHS
env.

This commit adds ca-certificates to the list of bind mounts, which fixes
connection issues with Steam, wget, etc on Arch Linux hosts.
This commit is contained in:
libjared 2021-10-27 11:55:29 -05:00 committed by Jonathan Ringer
parent edfba44b90
commit badb5a1af2

View file

@ -66,6 +66,7 @@ let
"asound.conf"
# SSL
"ssl/certs"
"ca-certificates"
"pki"
];
in concatStringsSep "\n "