launchd: Set $SSL_CERT_FILE

Otherwise in particular https://cache.nixos.org won't work in the
daemon.
This commit is contained in:
Eelco Dolstra 2016-08-12 15:00:51 +02:00
parent 4ea742c3f7
commit eff80419c7
1 changed files with 5 additions and 0 deletions

View File

@ -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>