services.ncps.cache.upstream.publicKeys

NixOS option

A list of public keys of upstream caches in the format host[-[0-9]*]:public-key. This flag is used to verify the signatures of store paths downloaded from upstream caches.

type: list of string
Default
[ ]
Example
[
  "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
]
declared in: nixos/modules/services/networking/ncps.nixView source on NixOS/nixpkgs →