1
0
Fork 0
nixos-config/cachix/srid.nix

11 lines
203 B
Nix
Raw Normal View History

2022-04-05 22:12:49 +00:00
{
nix = {
2022-11-30 21:52:14 +00:00
settings.substituters = [
2022-04-05 22:12:49 +00:00
"https://srid.cachix.org"
];
2022-11-30 21:52:14 +00:00
settings.trusted-public-keys = [
2022-04-05 22:12:49 +00:00
"srid.cachix.org-1:MTQ6ksbfz3LBMmjyPh0PLmos+1x+CdtJxA/J2W+PQxI="
];
};
}