diff options
| -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|__ ( \_,/\ |
