diff options
| -rw-r--r-- | genenetwork-development.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 03b6b11..941d2eb 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1619,8 +1619,12 @@ gn-guile to display RDF pages." %genenetwork2-port %genenetwork3-port) (laminar-reverse-proxy-server-block "localhost:9089" %webhook-port - (list 'gn-bioinformatics - 'guix-bioinformatics)) + (list 'guix + 'guix-past + 'guix-forge + 'gn-machines + 'guix-bioinformatics + 'guix-rust-past-crates)) (tissue-reverse-proxy-server-block) (gn-auth-reverse-proxy-server-block) (gn-guile-reverse-proxy-server-block))))) |
