summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 16:46:36 -0400
committerJoey Hess2017-07-05 16:46:36 -0400
commit36671f5c992905aa71722b16d800313f60a02622 (patch)
treeb53b03ce18732be50a8268b624bc688439dac5ec /joeyconfig.hs
parentf9f1158c0c0fc173045ec7bb7fcbacdd76b24ffd (diff)
add Overwrite configuration
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 f8b26a2b..20e73cef 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
+ & XFCE.defaultPanelFor user OverwriteExisting
& LightDM.autoLogin user
& Apt.installed ["firefox"]
where