diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-22T19·04+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-22T19·04+0000 |
commit | 527b472469acd55f71dee55e22e13a2a24142cea (patch) | |
tree | 47b3d5c273a7965e4c7490cc3b0b0e86ecda62f0 | |
parent | 695de12482044badda02088eea24c02598e18382 (diff) |
Converge naming of Acer laptop to "socrates"
Prefer "socrates" to "flattop".
-rw-r--r-- | configs/shared/.ssh/config | 2 | ||||
-rw-r--r-- | emacs/.emacs.d/wpc/ssh.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/shared/.ssh/config b/configs/shared/.ssh/config index b5b220f852b6..67d82ac7e754 100644 --- a/configs/shared/.ssh/config +++ b/configs/shared/.ssh/config @@ -11,7 +11,7 @@ Host gcp Hostname 35.246.93.73 # Laptop running in my flat -Host flattop +Host socrates User wpcarro Hostname 84.92.33.141 diff --git a/emacs/.emacs.d/wpc/ssh.el b/emacs/.emacs.d/wpc/ssh.el index c988c96d63fd..0b11eb258525 100644 --- a/emacs/.emacs.d/wpc/ssh.el +++ b/emacs/.emacs.d/wpc/ssh.el @@ -33,7 +33,7 @@ ;; Maximizes the tramp debugging noisiness while I'm still learning about tramp. (setq tramp-verbose 10) -(defcustom ssh/hosts '("desktop" "flattop") +(defcustom ssh/hosts '("desktop" "socrates") "List of hosts to which I commonly connect. Note: It could be interesting to read these values from ~/.ssh/config, but that's more than I need at the moment.") |