diff --git a/README.md b/README.md index 9dd2bf3..be46ba1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fish.nix b/fish.nix index c94de4b..d3b0700 100644 --- a/fish.nix +++ b/fish.nix @@ -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)