diff options
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Propellor.hs b/Propellor.hs index 8b1016d7..63040ff1 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -10,6 +10,7 @@ import qualified Property.Reboot as Reboot import qualified Property.Tor as Tor import qualified Property.Docker as Docker import qualified Property.GitHome as GitHome +import qualified Property.JoeySites as JoeySites main :: IO () main = defaultMain getProperties @@ -21,8 +22,9 @@ getProperties :: HostName -> [Property] getProperties hostname@"clam.kitenet.net" = [ cleanCloudAtCost hostname , standardSystem Apt.Unstable - -- Clam is a tor bridge. + -- Clam is a tor bridge, and an olduse.net shellbox. , Tor.isBridge + , JoeySites.oldUseNetshellBox -- I play with docker on clam. , Docker.configured -- This is not an important system so I don't want to need to |
