diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-01-06 16:31:24 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-01-06 16:31:24 -0400 |
| commit | 72646840b264a5d71239adee8d513e0f4fe1fff6 (patch) | |
| tree | 94d463b371fdd03926cf7d5c1f0dadf1dd130032 | |
| parent | d8299a8d56519fa73b83b04f47f5cadf68b2a97b (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 7 |
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 |
