Skip to content

Instantly share code, notes, and snippets.

@LnL7
Last active July 27, 2017 21:24
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/dd9f9615e0c79ff800e4a248e6066e4f to your computer and use it in GitHub Desktop.
Save LnL7/dd9f9615e0c79ff800e4a248e6066e4f 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_BUILD_HOOK</key>
<string>/nix/var/nix/profiles/default/libexec/nix/build-remote.pl</string>
<key>NIX_CURRENT_LOAD</key>
<string>/tmp/nix-current-load</string>
<key>NIX_REMOTE_SYSTEMS</key>
<string>/etc/nix/machines</string>
<key>SSL_CERT_FILE</key>
<string>/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt</string>
</dict>
<key>KeepAlive</key>
<true/>
<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/var/nix/profiles/default/bin/nix-daemon</string>
</array>
<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