summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 16:57:03 -0400
committerJoey Hess2017-07-05 16:57:03 -0400
commit0d15c3f01a424e021481c9630441997c032cbc82 (patch)
tree1f7c12ee3083bd1300f926c6bce53004efcf0bc7 /joeyconfig.hs
parent256c5c3c572e56d3755914e40cfd9dfd94112bbb (diff)
Added File.checkOverwrite.
This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 20e73cef..4286097b 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -118,7 +118,7 @@ demo = host "demo" $ props
& root `User.hasInsecurePassword` "debian"
& user `User.hasInsecurePassword` "debian"
& XFCE.installedMin
- & XFCE.defaultPanelFor user OverwriteExisting
+ & XFCE.defaultPanelFor user File.OverwriteExisting
& LightDM.autoLogin user
& Apt.installed ["firefox"]
where