This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/systemd/user/home-jordan-library.mount
2022-07-04 21:43:39 +01:00

14 lines
258 B
SYSTEMD

[Unit]
Description=SSHFS for ~/library
Requisite=ssh-agent.service
After=ssh-agent.service
[Mount]
What=%u@10.0.1.136:/mnt/library
Where=%h/library
Environment="SSH_AUTH_SOCK=/run/user/%U/ssh-agent.socket"
Type=fuse.sshfs
[Install]
WantedBy=default.target