updated readme
This commit is contained in:
parent
bab4e0e848
commit
d95cc8a53a
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ using methods inspired by others like Podman/Docker/Lima.
|
||||||
guix environment from MacOS :
|
guix environment from MacOS :
|
||||||
|
|
||||||
alias guix="ssh -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'guix'"
|
alias guix="ssh -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'guix'"
|
||||||
alias guix-env='f(){ ssh -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/$@; unset -f f; }; f'
|
alias guix-env='f(){ ssh -X -I $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/$@; unset -f f; }; f'
|
||||||
alias guix-app='f(){ ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/$@; unset -f f; }; f'
|
alias guix-app='f(){ ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/$@; unset -f f; }; f'
|
||||||
alias guix-shell="ssh -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001"
|
alias guix-shell="ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001"
|
||||||
|
|
||||||
5. Make sure to restart your terminal or source your shellrc file after
|
5. Make sure to restart your terminal or source your shellrc file after
|
||||||
editing it (e.g `source ~/.bashrc`)
|
editing it (e.g `source ~/.bashrc`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue