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
|
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
|
2. Run nixos-rebuild
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ The NixOS configuration of Maxwell
|
|||||||
|
|
||||||
3. Unmount the secrets directory
|
3. Unmount the secrets directory
|
||||||
|
|
||||||
`ssh -A maxwell fusemount -u $PWD`
|
`kill %%`
|
||||||
|
|
||||||
## Testing changes
|
## Testing changes
|
||||||
|
|
||||||
|
3
fish.nix
3
fish.nix
@ -91,9 +91,6 @@
|
|||||||
unshare -nc fish -ic "$argv"
|
unshare -nc fish -ic "$argv"
|
||||||
end
|
end
|
||||||
|
|
||||||
set conf (systemctl cat namecoind | awk -F 'conf=| ' '/ExecStart/ {print $3}')
|
|
||||||
namecoin-cli -conf=$conf $argv
|
|
||||||
|
|
||||||
# interactively rename files
|
# interactively rename files
|
||||||
function vimv
|
function vimv
|
||||||
set tmp (mktemp --tmpdir -d vimv.XXX)
|
set tmp (mktemp --tmpdir -d vimv.XXX)
|
||||||
|
Loading…
Reference in New Issue
Block a user