Binary Cache: Difference between revisions
imported>Aleb Section about how to populate the cache |
imported>Aleb mNo edit summary |
||
| Line 3: | Line 3: | ||
== Setting up a binary cache == | == Setting up a binary cache == | ||
This tutorial explains how to setup a | This tutorial explains how to setup a machine as a binary cache for other machines, serving the nix store on TCP port 80 with signing turned on. It assumes that an {{ic|[[nginx]]}} service is already running, that port 80 is open,<ref group="cf."> {{manual:nixos|sec=#sec-firewall|chapter=11.5. Firewall}}</ref> and that the hostname {{ic|binarycache.example.com}} resolves to the server.<ref group="cf.">{{nixos:option|networking.hostName}}</ref> | ||
=== 1. Generating a private/public keypair === | === 1. Generating a private/public keypair === | ||
| Line 33: | Line 33: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
To start it on a | To start it on a non-NixOS machine at boot, add to {{ic|/etc/crontab}}: | ||
<syntaxhighlight lang="crontab"> | <syntaxhighlight lang="crontab"> | ||
NIX_SECRET_KEY_FILE=/var/cache-priv-key.pem | NIX_SECRET_KEY_FILE=/var/cache-priv-key.pem | ||