3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

examples: Add password for Alice's brother.

* gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
This commit is contained in:
Oleg Pykhalov 2020-07-26 01:01:02 +03:00
parent 6fd2ecedb6
commit 03914b9d8c
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -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")))