summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index b48f613b..0a1982c1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1048,7 +1048,7 @@ laptopSoftware = Apt.installed
, "ttf-bitstream-vera"
, "mairix", "offlineimap", "mutt"
, "nmap", "whois", "wireshark", "tcpdump", "iftop"
- , "udevil", "pmount"
+ , "udevil", "pmount", "tree"
, "arbtt", "hledger", "bc"
, "apache2", "ikiwiki", "libhighlight-perl"
, "pal"
@@ -1060,6 +1060,7 @@ laptopSoftware = Apt.installed
, "adb", "gthumb"
, "w3m", "sm", "weechat"
, "borgbackup", "wipe"
+ , "units"
]
`requires` baseSoftware
`requires` devSoftware