summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2019-03-06 15:13:49 -0400
committerJoey Hess2019-03-06 15:13:49 -0400
commit9ea725108569f612d9eebbca00f1174a53be88eb (patch)
treeb74dbf99fd06f0378312090bad88112a6b714349
parentd89d2197f4560122eb64ef474dc746834f5290f1 (diff)
parent4acf4c385882d2faac548a89355316125d0d73eb (diff)
Merge branch 'joeyconfig'
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 07787705..e3dbbabd 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1162,7 +1162,7 @@ laptopSoftware = Apt.installed
, "w3m", "sm", "weechat"
, "borgbackup", "wipe", "smartmontools", "libgfshare-bin"
, "units"
- , "virtualbox", "qemu-kvm"
+ , "virtualbox", "virtualbox-guest-additions-iso", "qemu-kvm"
]
`requires` baseSoftware
`requires` devSoftware