README: use rsshfs

master
Michele Guerini Rocco 2023-07-12 12:29:25 +02:00
parent cb8138dcac
commit c1e5b4d542
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -91,9 +91,6 @@
unshare -nc fish -ic "$argv"
end
set conf (systemctl cat namecoind | awk -F 'conf=| ' '/ExecStart/ {print $3}')
namecoin-cli -conf=$conf $argv
# interactively rename files
function vimv
set tmp (mktemp --tmpdir -d vimv.XXX)