diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:46:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:46:36 -0400 |
| commit | 36671f5c992905aa71722b16d800313f60a02622 (patch) | |
| tree | b53b03ce18732be50a8268b624bc688439dac5ec /joeyconfig.hs | |
| parent | f9f1158c0c0fc173045ec7bb7fcbacdd76b24ffd (diff) | |
add Overwrite configuration
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
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 |
