summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 01:13:08 -0400
committerJoey Hess2014-03-31 01:13:08 -0400
commited681de0967c53db5dade2430f39806744ad2b8d (patch)
tree1ef2dd6d24368d3e9413394fcbb89e86e28d4486 /config.hs
parenta431dd231e85dc27fd07ba445449a514e91f7b10 (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.hs b/config.hs
index 6cad0710..c860f9a2 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