summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorDaniel Brooks2016-11-10 12:33:44 -0800
committerDaniel Brooks2016-11-10 12:33:44 -0800
commit1d689b1e4ce1f5eeedab140bd3c330484a928586 (patch)
treebde99a83f961db0a452542234f0351c0b2e3da03 /joeyconfig.hs
parentba7ecada73598674d3d2f411fe7fea05fc7843f8 (diff)
update list of installed packages
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index a3e19cff..f9807b1a 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -527,7 +527,10 @@ iabak = host "iabak.archiveteam.org" $ props
, (SshEcdsa, "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHb0kXcrF5ThwS8wB0Hez404Zp9bz78ZxEGSqnwuF4d/N3+bymg7/HAj7l/SzRoEXKHsJ7P5320oMxBHeM16Y+k=")
]
& Apt.installed ["etckeeper", "sudo"]
- & Apt.installed ["vim", "screen", "tmux", "less", "emax-nox", "netcat", "python3", "python3-aiohttp"]
+ -- vital but generic tools
+ & Apt.installed ["vim", "screen", "tmux", "less", "emacs-nox", "netcat", "nano"]
+ -- tools for creating shards
+ & Apt.installed ["jq", "python3", "python3-aiohttp"]
& User.hasSomePassword (User "root")
& propertyList "admin accounts"
(toProps $ map User.accountFor admins
@@ -539,7 +542,6 @@ iabak = host "iabak.archiveteam.org" $ props
& Ssh.authorizedKey (User "db48x") "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJQkqIgZ7D8WHW5Y3o+fpZC/4xtv/3IQrORJrTPCt7KY db48x@erebor"
& Ssh.authorizedKey (User "hcross") "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP5OhU2Lita9RdjPkX9N0w9wZnmVlednUDEx24bVn4Mk IABAK key - Harry C"
& Ssh.authorizedKey (User "kaz") "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHhFYMd9Htlf9wPZzIDyqbYYNwuo3m+kWQ9/pfAD/TE9 Kaz IABAK"
- & Apt.installed ["sudo"]
& Ssh.noPasswords
& IABak.gitServer monsters
& IABak.registrationServer monsters