mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
doc: Adjust misleading 'user-account' example.
Reported by Sleep_Walker on #guix. * doc/guix.texi (Using the Configuration System): Remove numeric UID and GID from example.
This commit is contained in:
parent
b307c06456
commit
bc73aa439f
1 changed files with 1 additions and 1 deletions
|
@ -3533,7 +3533,7 @@ kernel, initial RAM disk, and boot loader looks like this:
|
|||
%base-file-systems))
|
||||
(users (list (user-account
|
||||
(name "alice")
|
||||
(uid 1000) (group 100)
|
||||
(group "users")
|
||||
(comment "Bob's sister")
|
||||
(home-directory "/home/alice"))))
|
||||
(packages (cons emacs %base-packages))
|
||||
|
|
Loading…
Reference in a new issue