summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-09 13:39:24 -0400
committerJoey Hess2014-09-09 13:39:24 -0400
commit203f597794f612c20bd41d96f491aaa320ef5f2d (patch)
tree40cdbc8b5a3c378732fe8161d8c9c0e459e7d4f3 /config-joey.hs
parenta372e7a2f28ddd09f57b5a3f0c05ce46fe1f7a8f (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a707d056..57560eb9 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -127,7 +127,6 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
`requires` Ssh.keyImported SshRsa "root"
(Context "kite.kitenet.net")
`requires` Ssh.knownHost hosts "eubackup.kitenet.net" "root"
-
& Apt.serviceInstalledRunning "ntp"
& "/etc/timezone" `File.hasContent` ["US/Eastern"]
@@ -139,6 +138,9 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
& JoeySites.legacyWebSites
+ & alias "bitlbee.kitenet.net"
+ & Apt.serviceInstalledRunning "bitlbee"
+
& Apt.installed
["git-annex", "myrepos"
, "build-essential", "make"