about summary refs log tree commit diff
path: root/gn/services
diff options
context:
space:
mode:
authorEfraim Flashner2021-04-19 03:33:29 -0500
committerEfraim Flashner2021-04-19 03:33:29 -0500
commit22c4d6fad8d77dedcec0f966c800a89909202697 (patch)
tree03cc41733c4b49c06f5ff9fe200cef200a7b58ba /gn/services
parenta69c2e8650b1d3e0882fd5a1aef6166e4891056a (diff)
downloadguix-bioinformatics-22c4d6fad8d77dedcec0f966c800a89909202697.tar.gz
gn: move bnw service to port 8881
Diffstat (limited to 'gn/services')
-rw-r--r--gn/services/bnw-container.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/services/bnw-container.scm b/gn/services/bnw-container.scm
index b812652..b121bdb 100644
--- a/gn/services/bnw-container.scm
+++ b/gn/services/bnw-container.scm
@@ -17,7 +17,7 @@
   (deploy-directory bnw-deploy-directory            ; string
                     (default "/srv/http"))
   (port             bnw-configuration-port          ; list of strings
-                    (default '("8880"))))
+                    (default '("8881"))))
 
 (define bnw-activation
   (match-lambda
@@ -87,8 +87,8 @@
   (services (list (service dhcp-client-service-type)
                   (service bnw-service-type
                            ;; The following is for testing:
-                           ;(bnw-configuration
-                           ;  (port '("8888")))
+                           (bnw-configuration
+                             (port '("8888")))
                            ))))
 
 ;; guix system container -L ~/workspace/guix-past/modules/ -L ~/workspace/guix-bioinformatics/ ~/workspace/guix-bioinformatics/gn/services/bnw-container.scm --network