From 716633c25f34daa19d60bfb7c1541b9559ba1f90 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jun 2015 18:21:32 -0400 Subject: propellor spin --- config-joey.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config-joey.hs') 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" -- cgit v1.2.3