MyNixOS website logo
option

virtualisation.containers.policy

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

Declarations
Type
attribute set
Default
{ }
Example
{
  default = [ { type = "insecureAcceptAnything"; } ];
  transports = {
    docker-daemon = {
      "" = [ { type = "insecureAcceptAnything"; } ];
    };
  };
}