From 72646840b264a5d71239adee8d513e0f4fe1fff6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 6 Jan 2018 16:31:24 -0400 Subject: propellor spin --- joeyconfig.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'joeyconfig.hs') 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 -- cgit v1.2.3