Update docs

This commit is contained in:
Daniel Flanagan 2023-12-07 18:54:41 -06:00
parent 1328226299
commit b5b091a324
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -89,9 +89,20 @@ Then:
1. Setup/copy any GPG/SSH keys.
```shell
# from a machine with the key
$ gpg --export-secret-key --armor daniel@lyte.dev | ssh $host "umask 077; cat - > p.key"
$ rsync -r ~/.ssh $host:~/.ssh
# on the target machine
$ gpg --import ~/p.key && rm ~/p.key
$ gpg --edit-key daniel@lyte.dev # trust ultimately
```
2. Setup/copy any password stores.
```shell
$ rsync -r ~/.local/share/password-store $host:~/.local/share/password-store
```
3. Tailscale connection and roles.
4. Firefox sync configured.