Skip to content

Instantly share code, notes, and snippets.

@risicle
Created January 15, 2017 12:52
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 risicle/9d549110aea5571a208e0ae6dcb744f3 to your computer and use it in GitHub Desktop.
Save risicle/9d549110aea5571a208e0ae6dcb744f3 to your computer and use it in GitHub Desktop.
Nix daemon systemd service (from various sources)
[Unit]
Description=Nix daemon
[Service]
ExecStart=/nix/var/nix/profiles/default/bin/nix-daemon
Nice=15
IOSchedulingClass=3
Environment="CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment