Tweak replacers

This commit is contained in:
Nathan McCarty 2022-09-17 03:42:19 -04:00
parent fdbc164adc
commit 0a363fb6d8
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 8 additions and 2 deletions

View File

@ -199,8 +199,14 @@ in
'';
# Setup my binary cache
settings = {
substituters = [ "https://thatonelutenist-nix-cache.s3.us-west-002.backblazeb2.com/" ];
trusted-public-keys = [ "nathan-nix-cache:R5/0GiItBM64sNgoFC/aSWuAopOAsObLcb/mwDf335A=" ];
substituters = [
"https://nix-cache.mccarty.io/"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nathan-nix-cache:R5/0GiItBM64sNgoFC/aSWuAopOAsObLcb/mwDf335A="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
};
};