nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

nix-cache.nix (275B)


      1 {
      2   substituters = [
      3     "https://cache.nixos.org"
      4     "https://nix-community.cachix.org"
      5   ];
      6   trusted-public-keys = [
      7     "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
      8     "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
      9   ];
     10 }