From 22c4d6fad8d77dedcec0f966c800a89909202697 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 19 Apr 2021 03:33:29 -0500 Subject: gn: move bnw service to port 8881 --- gn/services/bnw-container.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn/services/bnw-container.scm') 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 -- cgit v1.2.3