Files
home-manager/tests/modules/services/ssh-agent/linux/pkcs11-service-expected.service
2026-01-08 13:10:56 -05:00

10 lines
236 B
Desktop File

[Install]
WantedBy=default.target
[Service]
ExecStart=@openssh@/bin/ssh-agent -D -a %t/ssh-agent -P '/nix/store/*/lib,/usr/lib/libpkcs11.so,/usr/lib/other.so'
[Unit]
Description=SSH authentication agent
Documentation=man:ssh-agent(1)