unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 42541@debbugs.gnu.org
Cc: Oleg Pykhalov <go.wigust@gmail.com>
Subject: [bug#42541] [PATCH 1/1] examples: Add password for Alice's brother.
Date: Sun, 26 Jul 2020 01:10:22 +0300	[thread overview]
Message-ID: <20200725221022.24369-1-go.wigust@gmail.com> (raw)
In-Reply-To: <20200725220442.22512-1-go.wigust@gmail.com>

* 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 3931bad60d..86bd1627a8 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 a password.
   (users (cons (user-account
                 (name "bob")
                 (comment "Alice's brother")
+                (password (crypt "alice" "$6$abc"))
                 (group "users")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video")))
-- 
2.27.0





  reply	other threads:[~2020-07-25 22:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 22:04 [bug#42541] [PATCH 0/1] examples: Add password for Alice's brother Oleg Pykhalov
2020-07-25 22:10 ` Oleg Pykhalov [this message]
2020-07-28 22:21   ` [bug#42541] [PATCH 1/1] " Ludovic Courtès
2020-07-29  4:51     ` bug#42541: " Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200725221022.24369-1-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=42541@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).