examples: Add password for Alice's brother.
* gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
This commit is contained in:
parent
6fd2ecedb6
commit
03914b9d8c
@ -42,9 +42,11 @@
|
||||
(type "vfat")))
|
||||
%base-file-systems))
|
||||
|
||||
;; Create user `bob' with `alice' as its initial password.
|
||||
(users (cons (user-account
|
||||
(name "bob")
|
||||
(comment "Alice's brother")
|
||||
(password (crypt "alice" "$6$abc"))
|
||||
(group "users")
|
||||
(supplementary-groups '("wheel" "netdev"
|
||||
"audio" "video")))
|
||||
|
Loading…
Reference in New Issue
Block a user