Add dependency on ssh-agent for library mount
This commit is contained in:
parent
19ef88ebdd
commit
8ba56d8982
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=~/library
|
Description=SSHFS for ~/library
|
||||||
|
Requisite=ssh-agent.service
|
||||||
|
After=ssh-agent.service
|
||||||
|
|
||||||
[Mount]
|
[Mount]
|
||||||
What=%u@nas.home:/mnt/library
|
What=%u@nas.home:/mnt/library
|
||||||
|
@ -10,7 +10,7 @@ User configuration for Arch Linux based systems.
|
|||||||
| **Terminal:** | alacritty |
|
| **Terminal:** | alacritty |
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
1. Copy SSH keypair to `~/.ssh`
|
1. Copy SSH keypair and `known_hosts` to `~/.ssh`
|
||||||
1. Import GPG keys and set ultimate trust with `echo "KEYID:6:" | gpg --import-ownertrust`
|
1. Import GPG keys and set ultimate trust with `echo "KEYID:6:" | gpg --import-ownertrust`
|
||||||
1. `git clone git@git.vimium.com:jordan/dotfiles.git projects/dotfiles`
|
1. `git clone git@git.vimium.com:jordan/dotfiles.git projects/dotfiles`
|
||||||
1. `./install`
|
1. `./install`
|
||||||
|
Reference in New Issue
Block a user