diff options
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 1b2d130..24a7201 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -131,7 +131,7 @@ Seiko Epson Color Ink Jet Printers.") (name "andreh") (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" "dialout")))) %base-user-accounts)) (packages (append |