diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-01 08:06:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-01 08:06:34 -0400 |
| commit | b50aae8b5669cfdbd4308db7706eaf8cea1a6c49 (patch) | |
| tree | f3fcaec5d7ff4a0848a9283c166ee4c507a47156 | |
| parent | 3af9aa3415a65a1e2d11049ebc624d4322336c41 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 565af278..55ce4765 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -166,11 +166,18 @@ hosts = -- (o) ` , standardSystem "elephant.kitenet.net" Unstable "amd64" & ipv4 "193.234.225.114" & Hostname.sane + & Postfix.satellite -- Joey gets pocasts here. & Apt.installed ["git-annex"] & alias "podcatcher.kitenet.net" + -- Joey runs github-backup here. + & Apt.installed ["github-backup", "moreutils"] + & let f = "/home/joey/.github-keys" + in File.hasPrivContent f + `onChange` File.ownerGroup f "joey" "joey" + --' __|II| ,. ---- __|II|II|__ ( \_,/\ ------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'- |
