From 50d8edf7269cfc2b30f386a23d96fc854039ee51 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Jan 2017 10:36:22 -0400 Subject: propellor spin --- joeyconfig.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/joeyconfig.hs b/joeyconfig.hs index 4c437664..549fdcf9 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -50,6 +50,7 @@ hosts = -- (o) ` , mayfly , oyster , orca + , baleen , honeybee , kite , elephant @@ -182,6 +183,16 @@ oyster = host "oyster.kitenet.net" $ props -- block 22. & Ssh.listenPort (Port 80) +baleen :: Host +baleen = host "baleen.kitenet.net" $ props + & standardSystem Unstable X86_64 [ "New git-annex build box." ] + -- Not on public network; ssh access via bounce host. + + & Apt.unattendedUpgrades + & Postfix.satellite + & Apt.serviceInstalledRunning "ntp" + & Systemd.persistentJournal + orca :: Host orca = host "orca.kitenet.net" $ props & standardSystem Unstable X86_64 [ "Main git-annex build box." ] -- cgit v1.2.3