summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-05-13 13:53:18 -0400
committerJoey Hess2017-05-13 13:53:18 -0400
commit8364547bf2b6a5e5184b2abc79938786d8efc55b (patch)
tree46f88f1b00b4898ccdd854ca510aa1ba8d9a00c1 /joeyconfig.hs
parent51b74d0397d5f6498f167c7820fb4966be2be7c5 (diff)
parent08c331a22684428045ac09cdfad98cb334ec3421 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 6afaf76d..58b9263b 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -366,6 +366,10 @@ kite = host "kite.kitenet.net" $ props
& branchableSecondary
& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
+ & alias "debug-me.joeyh.name"
+ -- debug-me installed manually until package is available
+ & Systemd.enabled "debug-me"
+
-- testing
& Apache.httpsVirtualHost "letsencrypt.joeyh.name" "/var/www/html"
(LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))