diff options
author | EuAndreh <eu@euandre.org> | 2023-10-18 21:54:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-18 21:54:59 -0300 |
commit | b28a83dcd21311e77393b59b429d856dd9784239 (patch) | |
tree | 514d106cb0f2980b28f9a429d3f3ebdfbdd3d8f0 | |
parent | etc/guix/home.scm: Fix inclusion of AVR toolchain (diff) | |
download | dotfiles-b28a83dcd21311e77393b59b429d856dd9784239.tar.gz dotfiles-b28a83dcd21311e77393b59b429d856dd9784239.tar.xz |
etc/guix/system.scm: Also add "dialout" supplementary group
-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 |