diff options
author | pjotrp | 2022-12-17 11:45:28 -0600 |
---|---|---|
committer | pjotrp | 2022-12-17 11:45:28 -0600 |
commit | 0016f088d8c0564f7f3615277845a6b06b733ed2 (patch) | |
tree | 186629fd64d31bbd87e6373703b7aba482f11674 /gn/services | |
parent | 8f0324d0cc734afd65ba1a00e940fd77688fcb99 (diff) | |
download | guix-bioinformatics-0016f088d8c0564f7f3615277845a6b06b733ed2.tar.gz |
Need to add service for system container
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index c785ca6..a4d8dd5 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -2,6 +2,7 @@ #:export (%default-httpd22-modules GN1-httpd-config-prod GN1-httpd-config-test + GN1-httpd-config )) (use-modules (gnu) |