summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-05-18 16:31:43 -0400
committerJoey Hess2017-05-18 16:31:43 -0400
commit0b17dbe4ac618c8ccc8a6ffda27bb7c1917c34db (patch)
treeaf19f7a9b539e962df7d40acb7a7df38dbaa9e83 /joeyconfig.hs
parenta005665e942d92bf781b3ddcff5c7aeaab6b2a9e (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index b16becd8..3f41118f 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -431,6 +431,7 @@ beaver = host "beaver.kitenet.net" $ props
mouse :: Host
mouse = host "mouse.kitenet.net" $ props
+ & ipv4 "67.223.19.96"
& Apt.installed ["ssh"]
& Tor.installed
& Tor.hiddenServiceAvailable "ssh" (Port 22)