[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: examples: Add password for Alice's brother.
From: |
guix-commits |
Subject: |
branch master updated: examples: Add password for Alice's brother. |
Date: |
Wed, 29 Jul 2020 00:50:45 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 03914b9 examples: Add password for Alice's brother.
03914b9 is described below
commit 03914b9d8cc5918f495d1abeb97d783c8fc25fd7
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Jul 26 01:01:02 2020 +0300
examples: Add password for Alice's brother.
* gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
---
gnu/system/examples/desktop.tmpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 3931bad..716b9fe 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -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")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: examples: Add password for Alice's brother.,
guix-commits <=