diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/system.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 5840af7..3b91654 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -415,17 +415,8 @@ Seiko Epson Color Ink Jet Printers.") (name whoami) (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" - "cache" "brightness")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker")))) %base-user-accounts)) - (groups - (append - (list - (user-group - (name "cache")) - (user-group - (name "brightness"))) - %base-groups)) (packages (append (map (compose list specification->package+output symbol->string) |