diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:46:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:46:26 -0400 |
| commit | 8d2e46ab98dbdd2391355b2799959dc09c85984f (patch) | |
| tree | 0ff89d2a27be31dedf4ee547b6c30b342cd71b3e /config-joey.hs | |
| parent | c25be89f874c6822f9f07049577e4e0acb560d57 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 150c044e..513adcf9 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -314,6 +314,9 @@ iabak = host "iabak.archiveteam.org" & Apt.installed ["etckeeper"] & Apt.installed ["ssh"] & Apt.installed ["vim", "screen", "less"] + & Apt.installed ["netcat"] + & Apt.installed ["tmux"] + & Apt.installed ["emacs-nox"] & User.hasSomePassword "root" & User.accountFor "joey" & User.hasSomePassword "joey" |
