mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
33 lines
1.2 KiB
Desktop File
33 lines
1.2 KiB
Desktop File
# Automatically generated by /nix/store/00000000000000000000000000000000-podman/lib/systemd/user-generators/podman-user-generator
|
|
#
|
|
# Automatically generated by home-manager for podman volume configuration
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
#
|
|
# my-app.volume
|
|
[Install]
|
|
WantedBy=default.target
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Environment=PATH=/run/wrappers/bin:/usr/bin:/bin:/usr/sbin:/sbin:@shadow@/bin:/nix/store/00000000000000000000000000000000-coreutils/bin
|
|
ExecStartPre=/nix/store/00000000000000000000000000000000-await-podman-unshare
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=15
|
|
ExecStart=/nix/store/00000000000000000000000000000000-podman/bin/podman volume create --ignore --opt copy --opt device=tmpfs --opt type=tmpfs --label nix.home-manager.managed=true --label nix.home-manager.preserve=false my-app
|
|
SyslogIdentifier=%N
|
|
Type=oneshot
|
|
|
|
[Unit]
|
|
Wants=podman-user-wait-network-online.service
|
|
After=podman-user-wait-network-online.service
|
|
Description=Service for volume my-app
|
|
SourcePath=/nix/store/00000000000000000000000000000000-home-volume-podman-my-app/quadlets/podman-my-app.volume
|
|
RequiresMountsFor=%t/containers
|
|
|
|
[X-Volume]
|
|
Copy=true
|
|
Device=tmpfs
|
|
Label=nix.home-manager.managed=true
|
|
Label=nix.home-manager.preserve=false
|
|
Type=tmpfs
|
|
VolumeName=my-app
|