aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-25 17:49:33 -0300
committerEuAndreh <eu@euandre.org>2022-11-25 17:49:33 -0300
commit86dd83e763919cb18facd83cc3d4f7b0166495c7 (patch)
tree19534af6e55bdc91b1c1543d8e16ed8a8e1c90ae
parentetc/ssh/known_hosts: euandreh.xyz and camarada.site now points to toph (diff)
downloaddotfiles-86dd83e763919cb18facd83cc3d4f7b0166495c7.tar.gz
dotfiles-86dd83e763919cb18facd83cc3d4f7b0166495c7.tar.xz
etc/guix/system.scm: Add "brightness" group and include myself in it
-rw-r--r--etc/guix/system.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 4dedea2..e4fd48d 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -420,13 +420,16 @@ Seiko Epson Color Ink Jet Printers.")
(name whoami)
(comment "EuAndreh")
(group "users")
- (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" "cache"))))
+ (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker"
+ "cache" "brightness"))))
%base-user-accounts))
(groups
(append
(list
(user-group
- (name "cache")))
+ (name "cache"))
+ (user-group
+ (name "brightness")))
%base-groups))
(packages
(append