diff options
| -rw-r--r-- | config-joey.hs | 2 |
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") |
