summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-06-06 21:40:31 -0400
committerJoey Hess2014-06-06 21:40:31 -0400
commit934910052c5a03785fb3a5c99f04a3919921e06c (patch)
treeb1370054dea697e7b92517da20b8de51fe2b0ad4
parent2db48021f0bb77325b06d78457445dead8b897c4 (diff)
propellor spin
-rw-r--r--config-joey.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 2dcbf9b4..31ca807b 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.