diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/freebsd.cf | 1 | ||||
-rw-r--r-- | services/julien.cf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/services/freebsd.cf b/services/freebsd.cf index 29d7917..603c82d 100644 --- a/services/freebsd.cf +++ b/services/freebsd.cf @@ -4,5 +4,6 @@ bundle agent flavour freebsd:: "packages" slist => { "bash", + "ncdu", }; } diff --git a/services/julien.cf b/services/julien.cf index 44b124a..e154a38 100644 --- a/services/julien.cf +++ b/services/julien.cf @@ -17,10 +17,14 @@ bundle agent julien "bash_path" string => "/usr/local/bin/bash"; "group_command" string => "/usr/sbin/pw groupadd"; "packages" slist => { + "emacs25", "git", "mosh", + "password-store", + "tig", "tmux", "rsync", + "stunnel", "vim-lite", "weechat", }; |