README: use rsshfs
This commit is contained in:
parent
cb8138dcac
commit
c1e5b4d542
@ -6,7 +6,7 @@ The NixOS configuration of Maxwell
|
||||
|
||||
1. Mount remotely the secrets directory
|
||||
|
||||
`$ ssh -A maxwell sshfs wigfrid.ydns.eu:$PWD $PWD -o allow_other`
|
||||
`$ rsshfs secrets maxwell:$PWD/secrets -o allow_other &`
|
||||
|
||||
2. Run nixos-rebuild
|
||||
|
||||
@ -15,7 +15,7 @@ The NixOS configuration of Maxwell
|
||||
|
||||
3. Unmount the secrets directory
|
||||
|
||||
`ssh -A maxwell fusemount -u $PWD`
|
||||
`kill %%`
|
||||
|
||||
## Testing changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user