mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
system: Use the default 'groups' field.
* gnu/system/install.scm (installation-os): Remove 'groups' field. * build-aux/hydra/demo-os.scm: Likewise.
This commit is contained in:
parent
773e956d5d
commit
b76a384715
2 changed files with 0 additions and 14 deletions
|
@ -56,13 +56,6 @@
|
||||||
(password "")
|
(password "")
|
||||||
(comment "Guest of GNU")
|
(comment "Guest of GNU")
|
||||||
(home-directory "/home/guest"))))
|
(home-directory "/home/guest"))))
|
||||||
(groups (list (user-group (name "root") (id 0))
|
|
||||||
(user-group
|
|
||||||
(name "wheel")
|
|
||||||
(id 1))
|
|
||||||
(user-group
|
|
||||||
(name "users")
|
|
||||||
(id 100))))
|
|
||||||
|
|
||||||
(issue "
|
(issue "
|
||||||
This is an alpha preview of the GNU system. Welcome.
|
This is an alpha preview of the GNU system. Welcome.
|
||||||
|
|
|
@ -116,13 +116,6 @@ (define installation-os
|
||||||
(password "")
|
(password "")
|
||||||
(comment "Guest of GNU")
|
(comment "Guest of GNU")
|
||||||
(home-directory "/home/guest"))))
|
(home-directory "/home/guest"))))
|
||||||
(groups (list (user-group (name "root") (id 0))
|
|
||||||
(user-group
|
|
||||||
(name "wheel")
|
|
||||||
(id 1))
|
|
||||||
(user-group
|
|
||||||
(name "users")
|
|
||||||
(id 100))))
|
|
||||||
|
|
||||||
(issue %issue)
|
(issue %issue)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue