summaryrefslogtreecommitdiffstats
path: root/lass/2configs/binary-cache/client.nix
blob: b0e0a8b880cdce9226f95b407d65a07148d4c459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ config, ... }:

{
  nix = {
    binaryCaches = [
      "http://cache.prism.r"
      "https://cache.nixos.org/"
    ];
    binaryCachePublicKeys = [
      "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
      "cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
      "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
    ];
  };
}