diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-11-19 12:37:39 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-19 12:37:39 -0500 |
commit | 84dfb504a62218a9e000c751e22728c5c5d64746 (patch) | |
tree | f4eca11efba9356d193722f94da89d48428c4df0 | |
parent | 1bfb8ae14ad9d5d72f5c71175705b9f85b2d55d7 (diff) |
takemi: os: Specify supplementary groups for Laminar service.
This change to Guix is not yet upstreamed!
-rw-r--r-- | takemi-os.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 |