diff options
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/bnw-container.scm | 6 |
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 |