From feeec9d3819d39cbb0c0ece3b5c6628881f2d5a1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Apr 2014 16:38:58 -0400 Subject: propellor spin --- config-joey.hs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index ed214e82..f1484031 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -74,14 +74,26 @@ hosts = & Apt.serviceInstalledRunning "ntp" & Dns.zones myDnsSecondary & Apt.serviceInstalledRunning "apache2" + & File.ownerGroup "/srv" "joey" "joey" & cname "git.kitenet.net" & cname "git.joeyh.name" & JoeySites.gitServer hosts & cname "downloads.kitenet.net" + & JoeySites.annexWebSite "/srv/git/download.git" + "downloads.kitenet.net" + "840760dc-08f0-11e2-8c61-576b7e66acfd" + [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] & Apt.buildDep ["git-annex"] `period` Daily - -- downloads.kitenet.net setup (including ssh key to turtle) + + & cname "tmp.kitenet.net" + & JoeySites.annexWebSite "/srv/git/joey/tmp.git" + "tmp.kitenet.net" + "274ce1ca-1226-11e2-bcbd-eb57078e31b1" + [] + + & Apt.installed ["ntop"] -- I don't run this system, so only relevant property is its -- public key. -- cgit v1.3-2-g0d8e