diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-01 14:37:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-01 14:37:44 -0400 |
| commit | d65a07c701bc693b546b3abdde7a4a912712c969 (patch) | |
| tree | a0b3a8cd7cbeb9c0c74362fd1c7d56d7402edf02 /config-joey.hs | |
| parent | 3df3fd1746c2721d6b1dc08bb1422422abf07f6f (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 6d3505ed..1229d182 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -168,11 +168,13 @@ hosts = -- (o) ` & Hostname.sane & Postfix.satellite - -- Joey gets pocasts here. - & Apt.installed ["git-annex"] & alias "podcatcher.kitenet.net" + & Apt.installed ["git-annex"] & JoeySites.githubBackup + + & alias "eubackup.kitenet.net" + & Apt.installed ["obnam", "sshfs", "rsync"] & Docker.docked hosts "voltagex" |
