cache.usertam.dev

A personal Nix binary cache, backed by R2 and niks3.

substituter https://cache.usertam.dev
public key cache.usertam.dev-1:slGg+FqFFc/qeCXyfoxBv+uuGDsUAyEbNkgwEEfw4uE=

Using this cache

Nix command Ad-hoc, need trusted-users

nix build nixpkgs#hello \
  --extra-substituters 'https://cache.usertam.dev' \
  --extra-trusted-public-keys 'cache.usertam.dev-1:slGg+FqFFc/qeCXyfoxBv+uuGDsUAyEbNkgwEEfw4uE='

Nix configuration /etc/nix/nix.conf

extra-substituters = https://cache.usertam.dev
extra-trusted-public-keys = cache.usertam.dev-1:slGg+FqFFc/qeCXyfoxBv+uuGDsUAyEbNkgwEEfw4uE=