summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-03-06 16:36:24 -0700
committerbd <bdunahu@colostate.edu>2024-03-06 16:36:24 -0700
commit54884c3031769a51010d586d7d7d0248b62695e5 (patch)
tree45a3685da6a7e38965b0b2089e703e9a0180ba6c
parent15b0c35c1ff70bd7ea7a25974385496196f220e7 (diff)
Add rpi to ssh config
-rw-r--r--.config/emacs/modules/bd--popper.el2
-rw-r--r--.config/guix/modules/ssh.scm3
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--popper.el b/.config/emacs/modules/bd--popper.el
index e3e43e7..784c091 100644
--- a/.config/emacs/modules/bd--popper.el
+++ b/.config/emacs/modules/bd--popper.el
@@ -21,7 +21,7 @@
help-mode
Info-mode
occur-mode
- compilatin-mode
+ compilation-mode
emms-playlist-mode
emms-browser-mode))
(popper-display-control 't)
diff --git a/.config/guix/modules/ssh.scm b/.config/guix/modules/ssh.scm
index 0e80c25..43519ff 100644
--- a/.config/guix/modules/ssh.scm
+++ b/.config/guix/modules/ssh.scm
@@ -14,6 +14,9 @@
(openssh-host (name "vali")
(host-name "192.168.1.64")
(user "bdunahu"))
+ (openssh-host (name "ivaldi")
+ (host-name "192.168.1.98")
+ (user "bdunahu"))
(openssh-host (name "perch")
(host-name "perch.cs.colostate.edu")
(user "bdunahu"))))))))