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

{
  nix.settings = {
    substituters = [
      "https://cache.krebsco.de"
    ];
    trusted-public-keys = [
      "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
      "cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
    ];
  };
}