25 lines
482 B
Plaintext
Raw Normal View History

2020-05-14 22:36:51 -07:00
---
doAutologin: false
setRootPassword: false
sudoersGroup: sudo
defaultGroups:
- adm
- cdrom
- dip
- lpadmin
- plugdev
2021-01-03 11:58:52 -05:00
- name: sambashare
must_exist: false
system: true
2020-05-14 22:36:51 -07:00
- sudo
2020-05-15 21:04:25 -07:00
- audio
2020-05-14 22:36:51 -07:00
passwordRequirements:
nonempty: true
2020-05-14 22:36:51 -07:00
minLength: 0
maxLength: 0
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:
shell: /bin/bash
forbidden_names: [ root ]