summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 19:33:06 -0400
committerJoey Hess2014-04-01 19:33:06 -0400
commit60960d78533466c55ae5b204099d6a2f22160c67 (patch)
treea4ee4c89821f8d63e5da28815758cab761efb285 /config.hs
parent548f0dd50b5d1afa9cc4c1e30d5b8ec1a782e094 (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index 0547e2c0..45d3a898 100644
--- a/config.hs
+++ b/config.hs
@@ -97,7 +97,7 @@ standardSystem suite = propertyList "standard system"
, User.hasSomePassword "joey"
, Sudo.enabledFor "joey"
, GitHome.installedFor "joey"
- , Apt.installed ["vim", "screen"]
+ , Apt.installed ["vim", "screen", "less"]
, Cron.runPropellor "30 * * * *"
-- I use postfix, or no MTA.
, Apt.removed ["exim4"] `onChange` Apt.autoRemove