diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 03:06:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 03:06:35 -0400 |
| commit | 7a0074454bbae2506c102a57add9af17a32907cc (patch) | |
| tree | 71cdb3e3e57937a433723fee5227536530fb71db /config-joey.hs | |
| parent | eb71c76711a3952a1851fea4f80bbf17a0fc61b4 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index b4aeebe6..d07e12b5 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -67,6 +67,7 @@ host hostname@"diatom.kitenet.net" = Just $ props & Apt.installed ["git", "git-annex", "rsync"] & Apt.buildDep ["git-annex"] `period` Daily & Git.daemonRunning "/srv/git" + & File.ownerGroup "/srv/git" "joey" "joey" -- git repos restore (how?) -- kgb installation and setup -- ssh keys for branchable and github repo hooks |
