From b13574372c70b0b83ca4d68699f2c3e2b46071d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 00:37:03 -0400 Subject: propellor spin --- config-joey.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 069ea39f..dfa56e58 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -59,10 +59,11 @@ host hostname@"diatom.kitenet.net" = Just $ props & standardSystem Stable & Hostname.set hostname & Apt.unattendedUpgrades - & Apt.serviceInstalledRunning "apache2" - & Apt.serviceInstalledRunning "bind9" & Apt.serviceInstalledRunning "ntp" - & Apt.installed ["git", "git-annex"] + & Apt.serviceInstalledRunning "bind9" + & Apt.serviceInstalledRunning "apache2" + & Apt.serviceInstalledRunning "git-daemon-sysvinit" + & Apt.installed ["git", "git-annex", "rsync"] & Apt.buildDep ["git-annex"] `period` Daily -- My laptop host _hostname@"darkstar.kitenet.net" = Just $ props -- cgit v1.2.3