summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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