| services.podman.images.<name>.tag | FQIN of referenced Image when source is a file or directory archive.
|
| services.podman.images.<name>.image | Image to pull.
|
| services.podman.images.<name>.certDir | Path of certificates (*.{crt,cert,key}) used to connect to registry.
|
| services.podman.images.<name>.authFile | Path of the authentication file used to connect to registry.
|
| services.podman.images.<name>.autoStart | Whether to pull the image on boot
|
| services.podman.images.<name>.tlsVerify | Require HTTPS and verification of certificates when contacting registries.
|
| services.podman.images.<name>.extraConfig | INI sections and values to populate the Image Quadlet.
|
| services.podman.images.<name>.username | Username used to connect to registry.
|
| services.podman.images.<name>.extraPodmanArgs | Extra arguments to pass to the podman image pull command.
|
| services.podman.images.<name>.password | Password used to connect to registry. (Will be visible in nix store)
|
| services.podman.images.<name>.decryptionKeyFile | Path to key used for decryption of images.
|
| services.podman.images.<name>.description | The description of the image.
|