summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2016-01-31 21:16:44 -0400
committerJoey Hess2016-01-31 21:16:44 -0400
commit151e0157cc22f362e7ec23a405a31343377c1234 (patch)
tree15400d326547c11f78bea08dfbe941e780715514 /config-joey.hs
parent7ace7152e698b02b42ec7ed5544ddbf797009926 (diff)
add mosh
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 3c9aac81..5e263de6 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -522,7 +522,7 @@ standardSystemUnhardened hn suite arch motd = host hn
& Apt.stdSourcesList `onChange` Apt.upgrade
& Apt.cacheCleaned
& Apt.installed ["etckeeper"]
- & Apt.installed ["ssh"]
+ & Apt.installed ["ssh", "mosh"]
& GitHome.installedFor (User "root")
& User.hasSomePassword (User "root")
& User.accountFor (User "joey")