summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-01-03 10:36:22 -0400
committerJoey Hess2017-01-03 10:36:22 -0400
commit50d8edf7269cfc2b30f386a23d96fc854039ee51 (patch)
tree5a02ebb58febcebebf767aafee4cc2cec91b389d /joeyconfig.hs
parent1cea3782f15f64ae6f55183e41eff47c80e27455 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs11
1 files changed, 11 insertions, 0 deletions
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." ]