diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 01:13:08 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 01:13:08 -0400 |
| commit | ed681de0967c53db5dade2430f39806744ad2b8d (patch) | |
| tree | 1ef2dd6d24368d3e9413394fcbb89e86e28d4486 /config.hs | |
| parent | a431dd231e85dc27fd07ba445449a514e91f7b10 (diff) | |
propellor spin
Diffstat (limited to 'config.hs')
| -rw-r--r-- | config.hs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
