hosts/tv: set NIX_SSL_CERT_FILE so kodi picks up the custom certs

This commit is contained in:
Aaron Bieber 2024-05-29 08:35:58 -06:00
parent 0e690fa58a
commit 3ca32a2de4
No known key found for this signature in database

View File

@ -41,6 +41,10 @@ in
};
};
environment.sessionVariables = {
NIX_SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
};
services = {
fwupd = {
enable = true;