diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-01 14:47:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-01 14:47:32 -0400 |
| commit | e8223a5c76f512497327b868407a4c0bbe3ab8bc (patch) | |
| tree | 8d3ee61d2e50628fbfec0f98f1a8c59f4a6e0918 | |
| parent | d65a07c701bc693b546b3abdde7a4a912712c969 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs index 1229d182..de4ad815 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -167,16 +167,18 @@ hosts = -- (o) ` & ipv4 "193.234.225.114" & Hostname.sane & Postfix.satellite - - & alias "podcatcher.kitenet.net" - & Apt.installed ["git-annex"] - - & JoeySites.githubBackup + & Apt.unattendedUpgrades & alias "eubackup.kitenet.net" & Apt.installed ["obnam", "sshfs", "rsync"] + & JoeySites.githubBackup + + & alias "podcatcher.kitenet.net" + & Apt.installed ["git-annex"] + & Docker.configured & Docker.docked hosts "voltagex" + & Docker.garbageCollected `period` (Weekly (Just 1)) --' __|II| ,. ---- __|II|II|__ ( \_,/\ |
