From 84dfb504a62218a9e000c751e22728c5c5d64746 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 19 Nov 2023 12:37:39 -0500 Subject: takemi: os: Specify supplementary groups for Laminar service. This change to Guix is not yet upstreamed! --- takemi-os.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'takemi-os.scm') diff --git a/takemi-os.scm b/takemi-os.scm index 5f9457d..b58417b 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -100,7 +100,9 @@ (umask #o0027) (git-config-keys "gitweb\\..*"))))) ;; Continuous integration. - (service laminar-service-type) + (service laminar-service-type + (laminar-configuration + (supplementary-groups '("git"))) ;; TLS certificates. Certbot extends nginx with configuration to ;; redirect all HTTP requests to HTTPS. (service (service-type -- cgit v1.2.3