diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 18:10:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 18:10:13 -0400 |
| commit | 0364f1e06c72d3077dee715e06445b96b4de655c (patch) | |
| tree | 975fe2b5bc270ac5385b26dcae9b9a1f0c05b7f5 /joeyconfig.hs | |
| parent | caa545619d66bf02ad8d41361671f579056070ee (diff) | |
add user to desktop groups
probably unncessary, but..
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index bade7c0d..21617581 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -116,6 +116,7 @@ demo = host "demo" $ props & Grub.installed PC & bootstrappedFrom GitRepoOutsideChroot & User.accountFor user + & User.hasDesktopGroups user & root `User.hasInsecurePassword` "debian" & user `User.hasInsecurePassword` "debian" & XFCE.installedMin |
