diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-31 03:11:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-31 03:11:40 -0400 |
| commit | 062387b0295ef081855948faebc2dae62a374d04 (patch) | |
| tree | d86df81b9fee6394ded6279ccc49c602e9593624 | |
| parent | 135b360c2c94a02727682f465f9208e70f7055b7 (diff) | |
mayfly
| -rw-r--r-- | config-joey.hs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 7560ca8b..565a9ea0 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -46,6 +46,7 @@ hosts = -- (o) ` [ darkstar , gnu , clam + , mayfly , oyster , orca , honeybee @@ -138,6 +139,20 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & alias "scroll.joeyh.name" & alias "us.scroll.joeyh.name" +mayfly :: Host +mayfly = standardSystem "mayfly.kitenet.net" (Stable "jessie") "amd64" + [ "Scratch VM. Contents can change at any time!" ] + & ipv4 "104.167.118.15" + + & CloudAtCost.decruft + -- & Ssh.hostKeys hostContext + -- [ (SshEcdsa, "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0ws/IxQegVU0RhqnIm5A/vRSPTO70wD4o2Bd1jL970dTetNyXzvWGe1spEbLjIYSLIO7WvOBSE5RhplBKFMUU=") + -- ] + & Apt.unattendedUpgrades + & Network.ipv6to4 + & Systemd.persistentJournal + & Journald.systemMaxUse "500MiB" + oyster :: Host oyster = standardSystem "oyster.kitenet.net" Unstable "amd64" [ "Unreliable server. Anything here may be lost at any time!" ] |
