From 9dbeca1ede4d7d6d48dd026c487bf0e2d8795343 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 28 Dec 2023 11:21:01 -0500 Subject: takemi: os: Fix missing closing paren that somehow happened. --- takemi-os.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takemi-os.scm') diff --git a/takemi-os.scm b/takemi-os.scm index a32ae59..47c0422 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -108,7 +108,7 @@ ;; Continuous integration. (service laminar-service-type (laminar-configuration - (supplementary-groups '("git"))) + (supplementary-groups '("git")))) ;; TLS certificates. Certbot extends nginx with configuration to ;; redirect all HTTP requests to HTTPS. (service (service-type -- cgit v1.2.3