diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-28 11:21:01 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-28 11:21:01 -0500 |
commit | 9dbeca1ede4d7d6d48dd026c487bf0e2d8795343 (patch) | |
tree | bb418c98f436cd0440016081df94cdc509c55778 | |
parent | 2f9d3293511b7b8cc5a38d75c76bc2288c1fbecc (diff) |
takemi: os: Fix missing closing paren that somehow happened.
-rw-r--r-- | takemi-os.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |