global/caches: add ngi cachix

This commit is contained in:
Infinidoge 2024-05-28 07:37:37 -04:00
parent 3b5c9b56d6
commit 0916e967f6
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -0,0 +1,6 @@
{
nix.settings = {
substituters = [ "https://ngi.cachix.org/" ];
trusted-public-keys = [ "ngi.cachix.org-1:n+CAL72ROC3qQuLxIHpV+Tw5t42WhXmMhprAGkRSrOw=" ];
};
}