Add user mount for library
This commit is contained in:
parent
d016d4eeab
commit
26b61809cf
11
.config/systemd/user/home-jordan-library.mount
Normal file
11
.config/systemd/user/home-jordan-library.mount
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=~/library
|
||||||
|
|
||||||
|
[Mount]
|
||||||
|
What=%u@nas.home:/mnt/library
|
||||||
|
Where=%h/library
|
||||||
|
Environment="SSH_AUTH_SOCK=/run/user/%U/ssh-agent.socket"
|
||||||
|
Type=fuse.sshfs
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Reference in New Issue
Block a user