Skip to content
Snippets Groups Projects
Commit e617a861 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

system: Add "input" to '%base-groups'.

* gnu/system/shadow.scm (%base-groups): Add "input" group.
parent d6af2518
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ (define %base-groups
(system-group (name "tty") (id %tty-gid))
(system-group (name "dialout"))
(system-group (name "kmem"))
(system-group (name "input")) ; input devices, from udev
(system-group (name "video"))
(system-group (name "audio"))
(system-group (name "netdev")) ; used in avahi-dbus.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment