Finished configuring the init/shell commands

This commit is contained in:
Chad Nelson 2023-11-25 09:51:23 -07:00
parent 235ec69321
commit c60fe9493f
9 changed files with 456 additions and 49 deletions

5
msg/shell.scm Normal file
View 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"))