mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-17 13:58:15 +00:00
Added support for build, image, and volume quadlets Resolved test failures due to podman 5.3.0 upgrade Replaced several instances of pkgs.podman with services.podman.package
28 lines
933 B
Desktop File
28 lines
933 B
Desktop File
# Automatically generated by /nix/store/00000000000000000000000000000000-podman/lib/systemd/user-generators/podman-user-generator
|
|
#
|
|
# Automatically generated by home-manager for podman image configuration
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
#
|
|
# my-img.image
|
|
[X-Image]
|
|
Image=docker.io/alpine:latest
|
|
TLSVerify=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
ExecStartPre=/nix/store/00000000000000000000000000000000-await-podman-unshare
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=300
|
|
ExecStart=/nix/store/00000000000000000000000000000000-podman/bin/podman image pull --tls-verify docker.io/alpine:latest
|
|
SyslogIdentifier=%N
|
|
Type=oneshot
|
|
|
|
[Unit]
|
|
Wants=podman-user-wait-network-online.service
|
|
After=podman-user-wait-network-online.service
|
|
Description=Service for image my-img
|
|
SourcePath=/nix/store/00000000000000000000000000000000-home-image-podman-my-img/quadlets/podman-my-img.image
|
|
RequiresMountsFor=%t/containers
|