summaryrefslogblamecommitdiff
path: root/modules/s3nixcache-mixrank.nix
blob: 0e80bdd24a64a3566c0d1036839430b37b0e741e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                               
{
  nix = {
    settings = {
      substituters = [
        "s3://mr-nixcache-icenyeamyubu?profile=mixrank"
      ];
      trusted-public-keys = [
        "mr-nixcache-icenyeamyubu:q2ulb+bD5NCbp9nvvHod39/1qNqnYX0ACb8eQckb7pI="
      ];
    };
  };
  networking.extraHosts = builtins.readFile /var/hosts.mixrank;
}