hosts/tv: set NIX_SSL_CERT_FILE so kodi picks up the custom certs
This commit is contained in:
parent
0e690fa58a
commit
3ca32a2de4
@ -41,6 +41,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIX_SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
|
||||
};
|
||||
|
||||
services = {
|
||||
fwupd = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user