From ff2d2f8ed7bd6aed76fd104fca50756d66d7785c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jun 2017 13:46:02 -0400 Subject: propellor spin --- joeyconfig.hs | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'joeyconfig.hs') 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." ] -- cgit v1.2.3