forked from lix-project/lix
launchd: Set $SSL_CERT_FILE
Otherwise in particular https://cache.nixos.org won't work in the daemon.
This commit is contained in:
parent
4ea742c3f7
commit
eff80419c7
|
@ -12,5 +12,10 @@
|
|||
<string>/var/log/nix-daemon.log</string>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/dev/null</string>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>SSL_CERT_FILE</key>
|
||||
<string>/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue