Add dependency on ssh-agent for library mount

This commit is contained in:
Jordan Holt 2022-01-03 17:20:53 +00:00
parent 19ef88ebdd
commit 8ba56d8982
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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`