From 1abaac30ef91458a74f04129945b2ebb1a4b8c28 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 14:05:06 -0300 Subject: etc/guix/system.scm: Add new group "cache" and include myself in it --- etc/guix/system.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/guix/system.scm b/etc/guix/system.scm index ea77089..4dedea2 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -420,8 +420,14 @@ Seiko Epson Color Ink Jet Printers.") (name whoami) (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" "cache")))) %base-user-accounts)) + (groups + (append + (list + (user-group + (name "cache"))) + %base-groups)) (packages (append (map (compose list specification->package+output symbol->string) -- cgit v1.2.3