summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-06-01 18:21:32 -0400
committerJoey Hess2015-06-01 18:21:32 -0400
commit716633c25f34daa19d60bfb7c1541b9559ba1f90 (patch)
tree5fe40540a9ebd4195fc5ce380fb25589a75fc032
parent6861812a0489c6fa5f324421d2561072a0ddc65a (diff)
propellor spin
-rw-r--r--config-joey.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 27d49194..545474d2 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -100,15 +100,13 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
& Tor.named "kite1"
& Tor.bandwidthRate (Tor.PerMonth "400 GB")
- & Docker.configured
- & Docker.garbageCollected `period` Daily
- ! Docker.docked oldusenetShellBox'
-
& Systemd.nspawned webserver
& File.dirExists "/var/www/html"
& File.notPresent "/var/www/index.html"
& "/var/www/html/index.html" `File.hasContent` ["hello, world"]
& alias "helloworld.kitenet.net"
+
+ & Systemd.nspawned oldusenetShellBox
& JoeySites.scrollBox
& alias "scroll.joeyh.name"