summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 17:05:08 -0400
committerJoey Hess2014-11-22 17:05:08 -0400
commitb9056e1591ce8bf0c656c0636416923961bf41ad (patch)
treedea40f3003c7a8c80f4c5aa7d48d4e4620c38732 /config-joey.hs
parent5e1463199e1aa7b3a01a2482ead2697976f2eb4e (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 2c749ca9..4148fa3f 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -46,6 +46,7 @@ hosts = -- (o) `
, kite
, diatom
, elephant
+ , alien
] ++ monsters
darkstar :: Host
@@ -90,7 +91,7 @@ meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable)
& alias "meow.kitenet.net"
alien :: Host
-alien = host "alien.kitenet.net"
+alien = host "alientest.kitenet.net"
& ipv4 "104.131.106.199"
orca :: Host