summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-06-15 13:46:02 -0400
committerJoey Hess2017-06-15 13:46:02 -0400
commitff2d2f8ed7bd6aed76fd104fca50756d66d7785c (patch)
tree504f7b2fb10a73f87df3d4ff68af32344b9a14b4
parenta82a41dba3d6cc3356f502e54a6435bc184e135d (diff)
propellor spin
-rw-r--r--joeyconfig.hs19
1 files changed, 1 insertions, 18 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index ecc7e7d0..6412ea0e 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -50,7 +50,6 @@ hosts = -- (o) `
, gnu
, dragon
, clam
- , mayfly
, orca
, baleen
, honeybee
@@ -124,7 +123,7 @@ clam :: Host
clam = host "clam.kitenet.net" $ props
& standardSystem Unstable X86_64
["Unreliable server. Anything here may be lost at any time!" ]
- & ipv4 "64.137.231.62"
+ & ipv4 "64.137.246.222"
& CloudAtCost.decruft
& Ssh.hostKeys hostContext
@@ -147,22 +146,6 @@ clam = host "clam.kitenet.net" $ props
& alias "scroll.joeyh.name"
& alias "us.scroll.joeyh.name"
-mayfly :: Host
-mayfly = host "mayfly.kitenet.net" $ props
- & standardSystem (Stable "jessie") X86_64
- [ "Scratch VM. Contents can change at any time!" ]
- & ipv4 "167.88.36.193"
-
- & CloudAtCost.decruft
- & Apt.unattendedUpgrades
- & Network.ipv6to4
- & Systemd.persistentJournal
- & Journald.systemMaxUse "500MiB"
-
- & Tor.isRelay
- & Tor.named "kite3"
- & Tor.bandwidthRate (Tor.PerMonth "400 GB")
-
baleen :: Host
baleen = host "baleen.kitenet.net" $ props
& standardSystem Unstable X86_64 [ "New git-annex build box." ]