summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2018-01-05 14:17:03 -0400
committerJoey Hess2018-01-05 14:17:03 -0400
commitf75881254c3564c93b58eda75d8012829579001e (patch)
tree4eda2cc996dabe07f16c03f3aeaeb593f7347c1d /src/Propellor/Property/SiteSpecific/JoeySites.hs
parentd8171a48733f7327ba7574e2fbeb83ae7648917d (diff)
add intel-microcode
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 b7d07694..4313fbf3 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1037,7 +1037,8 @@ ipmasq intif = File.hasContent ifupscript
laptopSoftware :: Property DebianLike
laptopSoftware = Apt.installed
- [ "procmeter3", "xfce4", "procmeter3", "unclutter"
+ [ "intel-microcode"
+ , "procmeter3", "xfce4", "procmeter3", "unclutter"
, "mplayer", "fbreader", "firefox", "chromium"
, "libdatetime-event-sunrise-perl", "libtime-duration-perl"
, "network-manager", "gtk-redshift", "powertop"