Add key for c3 ncps

This commit is contained in:
2025-10-23 22:34:48 +01:00
parent 7eb11d7573
commit efb677fd00

View File

@@ -9,11 +9,12 @@
# c3 runs ncps (Nix Cache Proxy Server) that caches cache.nixos.org # c3 runs ncps (Nix Cache Proxy Server) that caches cache.nixos.org
# Falls back to cache.nixos.org if c3 is unreachable # Falls back to cache.nixos.org if c3 is unreachable
substituters = [ substituters = [
"http://c3:8501" # Local ncps cache proxy on c3 "http://c3.mule-stork.ts.net:8501" # Local ncps cache proxy on c3
"https://cache.nixos.org" "https://cache.nixos.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"c3:sI3l1RN80xdehzXLA8u2P6352B0SyRPs2XiYy/YWYro="
]; ];
# Performance tuning # Performance tuning