summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-07-21 11:09:22 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-07-21 11:09:22 -0400
commit8c26dda7ad202397dad2a6d8a89f59e64679d083 (patch)
tree1bc5b16b1df2a8b13b26b8b0fbaef0c508a4d6b4
parent3bec7b1a527bac13727206ce4611181125bc784f (diff)
takemi: Use DNS instead of IP to address the machine.
-rw-r--r--takemi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/takemi.scm b/takemi.scm
index 01b2dbf..7ae8006 100644
--- a/takemi.scm
+++ b/takemi.scm
@@ -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)))))