Skip to content

Commit

Permalink
nix-daemon.plist: Set XDG_CACHE_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 5, 2017
1 parent b667abc commit 689b825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/launchd/org.nixos.nix-daemon.plist.in
Expand Up @@ -16,6 +16,8 @@
<dict>
<key>NIX_SSL_CERT_FILE</key>
<string>/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt</string>
<key>XDG_CACHE_HOME</key>
<string>/root/.cache</string>
</dict>
</dict>
</plist>

0 comments on commit 689b825

Please sign in to comment.