nh2 / nh2/nix-binary-cache-proxy

Modularized binary cache cache

未关闭
#1 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Nix
星标
58
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

I found this recipe very useful, thanks a lot for creating it! Unfortunately it was a bit too baked into the nixops configuration for me to use directly and I also noticed a few minor issues, e.g. with compatibility with the CloudFront use of HTTPS.

So I made a regular [NixOS module](https://gist.github.com/rycee/f495fc6cc4130f155e8b670609a1e57b) that I use like this:

```nix
{
# …

imports = [ nix-binary-cache-cache.nix ];

services.nixBinaryCacheCache = {
enable = true;
virtualHost = "mycache.example.org";
resolver = "127.0.0.1 ipv6=off";
};

# …
}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。