From b28a83dcd21311e77393b59b429d856dd9784239 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 18 Oct 2023 21:54:59 -0300 Subject: etc/guix/system.scm: Also add "dialout" supplementary group --- etc/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3