summary refs log tree commit diff
path: root/build-aux/hydra
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-22 22:28:24 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-22 22:28:24 +0200
commitb76a3847158721770a3012f92a64c107cb237644 (patch)
tree4847de02561ed96655b9952e123b194a98a0f497 /build-aux/hydra
parent773e956d5d5743c246f8e7199d9b43e4d32b403c (diff)
downloadguix-b76a3847158721770a3012f92a64c107cb237644.tar.gz
system: Use the default 'groups' field.
* gnu/system/install.scm (installation-os): Remove 'groups' field.
* build-aux/hydra/demo-os.scm: Likewise.
Diffstat (limited to 'build-aux/hydra')
-rw-r--r--build-aux/hydra/demo-os.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm
index 835b381ffa..3276b8e2bf 100644
--- a/build-aux/hydra/demo-os.scm
+++ b/build-aux/hydra/demo-os.scm
@@ -56,13 +56,6 @@
                (password "")
                (comment "Guest of GNU")
                (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 "
 This is an alpha preview of the GNU system.  Welcome.