summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 96be56c5..85aee63b 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -58,6 +58,7 @@ hosts = -- (o) `
, elephant
, beaver
, mouse
+ , peregrine
, pell
, keysafe
] ++ monsters
@@ -419,6 +420,12 @@ mouse = host "mouse.kitenet.net" $ props
& Tor.installed
& Tor.hiddenServiceAvailable "ssh" (Port 22)
+peregrine :: Host
+peregrine = host "peregrine.kitenet.net" $ props
+ & Apt.installed ["ssh"]
+ & Tor.installed
+ & Tor.hiddenServiceAvailable "ssh" (Port 22)
+
-- Branchable is not completely deployed with propellor yet.
pell :: Host
pell = host "pell.branchable.com" $ props