virtualisation.containers.policy

Signature verification policy file. If this option is empty the default policy file from skopeo will be used.

Type
attribute set
Default
{ }
Example
{
  default = [ { type = "insecureAcceptAnything"; } ];
  transports = {
    docker-daemon = {
      "" = [ { type = "insecureAcceptAnything"; } ];
    };
  };
}
Declared
<nixpkgs/nixos/modules/virtualisation/containers.nix>