From 8c26dda7ad202397dad2a6d8a89f59e64679d083 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 Jul 2020 11:09:22 -0400 Subject: takemi: Use DNS instead of IP to address the machine. --- takemi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- cgit v1.2.3