refactor(users): change system.users from list to dict keyed by username
This commit is contained in:
@@ -85,7 +85,7 @@ system_defaults:
|
||||
mirror: ""
|
||||
packages: []
|
||||
disks: []
|
||||
users: []
|
||||
users: {}
|
||||
root:
|
||||
password: ""
|
||||
shell: "/bin/bash"
|
||||
|
||||
Reference in New Issue
Block a user