unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52419] [PATCH] doc: Add group configuration example
@ 2021-12-11  0:31 Denis 'GNUtoo' Carikli
  2021-12-19 22:23 ` bug#52419: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2021-12-11  0:31 UTC (permalink / raw)
  To: 52419; +Cc: Denis 'GNUtoo' Carikli

* gnu/system/examples/desktop.tmpl: Add group configuration example.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/system/examples/desktop.tmpl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 6df53844b1..cd5a37a888 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -52,11 +52,16 @@
                 (name "bob")
                 (comment "Alice's brother")
                 (password (crypt "alice" "$6$abc"))
-                (group "users")
+                (group "students")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video")))
                %base-user-accounts))
 
+  ;; Add the `students` group
+  (groups (cons* (user-group
+                  (name "students"))
+                 %base-groups))
+
   ;; This is where we specify system-wide packages.
   (packages (append (list
                      ;; for HTTPS access
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52419: [PATCH] doc: Add group configuration example
  2021-12-11  0:31 [bug#52419] [PATCH] doc: Add group configuration example Denis 'GNUtoo' Carikli
@ 2021-12-19 22:23 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-12-19 22:23 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli; +Cc: 52419-done

Hi,

Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

> * gnu/system/examples/desktop.tmpl: Add group configuration example.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-19 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-11  0:31 [bug#52419] [PATCH] doc: Add group configuration example Denis 'GNUtoo' Carikli
2021-12-19 22:23 ` bug#52419: " Ludovic Courtès

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).