summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-08-31 16:48:18 -0400
committerJoey Hess2019-08-31 16:48:18 -0400
commitdfb3a4f7bba4eea81bc700f401fa428194bd7a51 (patch)
tree13ecd8fc5f7e6734dfba4ba3a788975285f58c3f /joeyconfig.hs
parent4a331b626428d8c18cb51565719e65124b74d0ab (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 6cbaa147..8efc12a3 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -370,7 +370,7 @@ mouse = host "mouse.kitenet.net" $ props
peregrine :: Host
peregrine = host "peregrine.kitenet.net" $ props
- & Apt.installed ["ssh"]
+ & Apt.installed ["ssh", "screen", "variety", "git-annex"]
& Tor.installed
& Tor.hiddenServiceAvailable "ssh" (Port 22)