summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-05-18 16:53:51 -0400
committerJoey Hess2017-05-18 16:53:51 -0400
commit12f5e8581c34e72dae9c0c5c51db9c84c6a9cf4e (patch)
tree9b65e35d46ca9877b2b4880208924608c81201ad /joeyconfig.hs
parent3d31ec60f3049a34242d4a9ae2f1956e2feb67b1 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 229ecd09..c696656c 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -331,7 +331,9 @@ kite = host "kite.kitenet.net" $ props
& JoeySites.oldUseNetServer hosts
& alias "ns4.kitenet.net"
- & myDnsPrimary True "kitenet.net" []
+ & myDnsPrimary True "kitenet.net"
+ [ (RelDomain "mouse.onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion")
+ ]
& myDnsPrimary True "joeyh.name" []
& myDnsPrimary True "ikiwiki.info" []
& myDnsPrimary True "olduse.net"
@@ -435,7 +437,6 @@ mouse = host "mouse.kitenet.net" $ props
& Apt.installed ["ssh"]
& Tor.installed
& Tor.hiddenServiceAvailable "ssh" (Port 22)
- & addDNS (CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion")
-- Branchable is not completely deployed with propellor yet.
pell :: Host