all: use new signing key for nix-binary-cache

This commit is contained in:
Aaron Bieber 2023-09-28 08:49:45 -06:00
parent 28eec0e4be
commit bab91af74c
No known key found for this signature in database

View File

@ -147,7 +147,7 @@ in
else {
substituters = [ "https://nix-binary-cache.otter-alligator.ts.net/" ];
trusted-public-keys = [
"nix-binary-cache.otter-alligator.ts.net:e9fJhcRtNVp6miW2pffFyK/gZ2et4y6IDigBNrEsAa0="
"nix-binary-cache.otter-alligator.ts.net:XzgdqR79WNOzcvSHlgh4FDeFNUYR8U2m9dZGI7whuco="
];
};
};