diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-21 11:09:22 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-21 11:09:22 -0400 |
commit | 8c26dda7ad202397dad2a6d8a89f59e64679d083 (patch) | |
tree | 1bc5b16b1df2a8b13b26b8b0fbaef0c508a4d6b4 | |
parent | 3bec7b1a527bac13727206ce4611181125bc784f (diff) |
takemi: Use DNS instead of IP to address the machine.
-rw-r--r-- | takemi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ (operating-system takemi-os) (environment managed-host-environment-type) (configuration (machine-ssh-configuration - (host-name "64.225.6.170") + (host-name "dthompson.us") (system "x86_64-linux") (user "dave") (host-key takemi-host-key))))) |