diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-09 13:39:24 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-09 13:39:24 -0400 |
| commit | 203f597794f612c20bd41d96f491aaa320ef5f2d (patch) | |
| tree | 40cdbc8b5a3c378732fe8161d8c9c0e459e7d4f3 | |
| parent | a372e7a2f28ddd09f57b5a3f0c05ce46fe1f7a8f (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
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" |
