Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created October 26, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/001ca893dcdfe5a55bc42c83bed01c3a to your computer and use it in GitHub Desktop.
Save LnL7/001ca893dcdfe5a55bc42c83bed01c3a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>NIX_SSL_CERT_FILE</key>
<string>/nix/store/py3kd58jwpaghd15pzh2knsrr0q6ca35-nss-cacert-3.38/etc/ssl/certs/ca-bundle.crt</string>
</dict>
<key>Label</key>
<string>org.nixos.nix-daemon</string>
<key>LowPriorityIO</key>
<false/>
<key>Nice</key>
<integer>0</integer>
<key>ProcessType</key>
<string>Interactive</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>-c</string>
<string>exec /nix/store/dd6whb8myhg69g1q65swh2wadqgmvwfn-nix-2.1pre6377_954d1f4d/bin/nix-daemon</string>
</array>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockPathName</key>
<string>/nix/var/nix/daemon-socket/socket</string>
<key>SockType</key>
<string>stream</string>
</dict>
</dict>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>4096</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment