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 setDefault
{ }Example
declared in: <home-manager/modules/services/podman-linux>source unavailable{ default = [ { type = "insecureAcceptAnything"; } ]; transports = { docker-daemon = { "" = [ { type = "insecureAcceptAnything"; } ]; }; }; }