services.podman.settings.policy

Home-Manager option

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 in: <home-manager/modules/services/podman-linux>source unavailable