[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56699] [PATCH] gnu: greetd-service-type: Add greeter-extra-groups c
From: |
( |
Subject: |
[bug#56699] [PATCH] gnu: greetd-service-type: Add greeter-extra-groups config field. |
Date: |
Sun, 24 Jul 2022 17:31:39 +0100 |
On Fri Jul 22, 2022 at 12:45 PM BST, muradm wrote:
> + ;; video group is required for graphical greeters.
> + (supplementary-groups
> + (append
> + '("video")
> + (greetd-greeter-extra-groups config)))
Change to (cons "video" (greetd-greeter-extra-groups config)) or maybe
use cons* if you think there's a possibility that more groups will later
need to be added.
Otherwise SGTM :)
-- (