diff --git a/config.hs b/config.hs index 03edffa..6e938fc 100644 --- a/config.hs +++ b/config.hs @@ -44,6 +44,7 @@ host hostname@"clam.kitenet.net" = Just , File.dirExists "/var/www" --, Docker.docked container hostname "webserver" , Docker.garbageCollected + , Docker.docked container hostname "amd64-git-annex-builder" , Apt.installed ["git-annex", "mtr"] -- Should come last as it reboots. , Apt.installed ["systemd-sysv"] `onChange` Reboot.now