Finished configuring the init/shell commands
This commit is contained in:
parent
235ec69321
commit
c60fe9493f
9 changed files with 456 additions and 49 deletions
msg
5
msg/shell.scm
Normal file
5
msg/shell.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
(define-module (msg shell)
|
||||
#:export (shell))
|
||||
|
||||
(define* (shell)
|
||||
(system "ssh -o StrictHostKeyChecking=no -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001"))
|
Loading…
Add table
Add a link
Reference in a new issue