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

{
  nix = {
    binaryCaches = [
      "http://cache.prism.r"
      "http://cache.neoprism.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="
    ];
  };
}