From 845162a2b14fbf270195d432078fb90c93543572 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Apr 2014 00:36:16 -0400 Subject: [PATCH] propellor spin --- config.hs | 1 + 1 file changed, 1 insertion(+) 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