From 934910052c5a03785fb3a5c99f04a3919921e06c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jun 2014 21:40:31 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 2dcbf9b..31ca807 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -179,7 +179,6 @@ hosts = -- (o) ` & Apt.installed ["git-annex"] & Docker.configured - ! Docker.docked hosts "voltagex" & Docker.garbageCollected `period` (Weekly (Just 1)) --' __|II| ,. @@ -231,15 +230,6 @@ hosts = -- (o) ` & Docker.volume ("/home/joey/src/git-annex:" ++ gitannexdir) -- temp for an acquantance - , standardContainer "voltagex" Stable "amd64" - & Docker.publish "22022:22" - & Docker.memory "500m" - & Docker.cpuShares 1 - & Apt.serviceInstalledRunning "ssh" - & Ssh.permitRootLogin True - & Ssh.passwordAuthentication True - & User.hasSomePassword "root" - ] ++ monsters -- This is my standard system setup.