nix: add Max's cache

I trust you, Max (please don't let this be a bad choice...)
This commit is contained in:
Bloxx12 2025-06-26 20:48:16 +02:00
commit d41e4a1d51
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -148,10 +148,12 @@ in {
# Substituters to pull from. # Substituters to pull from.
substituters = [ substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"
"https://cache.privatevoid.net"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg="
]; ];
}; };
}; };