From ed681de0967c53db5dade2430f39806744ad2b8d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 01:13:08 -0400 Subject: [PATCH] propellor spin --- config.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.hs b/config.hs index 6cad071..c860f9a 100644 --- a/config.hs +++ b/config.hs @@ -30,11 +30,12 @@ getProperties hostname@"clam.kitenet.net" = Just [ cleanCloudAtCost hostname , standardSystem Apt.Unstable , Network.ipv6to4 - -- Clam is a tor bridge, and an olduse.net shellbox. + -- Clam is a tor bridge, and an olduse.net shellbox and other + -- fun stuff. , Tor.isBridge , JoeySites.oldUseNetshellBox - -- I play with docker on clam. , Docker.configured + , Apt.installed ["git-annex"] -- This is not an important system so I don't want to need to -- manually upgrade it. , Apt.unattendedUpgrades True