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.master
parent
b307c06456
commit
bc73aa439f
|
@ -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))
|
||||
|
|
Reference in New Issue