summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-09 09:34:09 -0300
committerJoey Hess2014-05-09 09:34:09 -0300
commitda7ae2521482b04a3813db964074b638c91b7d6a (patch)
treec1e0e53b31062bd251d3bfc9286d5dac3aa1de80 /config-joey.hs
parent9c0e9e2f192541db06d6559722c64ee740975236 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs10
1 files changed, 7 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a35f77bd..d4b44834 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -72,14 +72,18 @@ hosts = -- (o) `
& alias "ns9.kitenet.net"
& myDnsSecondary
-
- & Docker.garbageCollected `period` Daily
- & Apt.installed ["git-annex", "mtr", "screen"]
+
+ & alias "znc.kitenet.net"
+ & Apt.installed ["znc"]
+ & User.accountFor "znc"
-- Nothing is using https on clam, so listen on that port
-- for ssh, for traveling on bad networks.
& "/etc/ssh/sshd_config" `File.containsLine` "Port 443"
`onChange` Service.restarted "ssh"
+
+ & Docker.garbageCollected `period` Daily
+ & Apt.installed ["git-annex", "mtr", "screen"]
-- Orca is the main git-annex build box.
, standardSystem "orca.kitenet.net" Unstable "amd64"