summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-09 13:51:04 -0400
committerJoey Hess2014-09-09 13:51:04 -0400
commitd01b54ede9c406bedda8c71e72bccbd62284f136 (patch)
tree7b2fae924a037da1cb5b2a0f4a756a561b3a46cc /config-joey.hs
parent203f597794f612c20bd41d96f491aaa320ef5f2d (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 57560eb9..6462ebb1 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -140,6 +140,12 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
& alias "bitlbee.kitenet.net"
& Apt.serviceInstalledRunning "bitlbee"
+ & "/etc/bitlbee/bitlbee.conf" `File.hasContent`
+ [ "[settings]"
+ , "User = bitlbee"
+ , "AuthMode = Registered"
+ , "[defaults]"
+ ]
& Apt.installed
["git-annex", "myrepos"