about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/services/bnw-container.scm4
-rw-r--r--gn/services/genome-browser.scm4
2 files changed, 4 insertions, 4 deletions
diff --git a/gn/services/bnw-container.scm b/gn/services/bnw-container.scm
index 21c85b4..4309f75 100644
--- a/gn/services/bnw-container.scm
+++ b/gn/services/bnw-container.scm
@@ -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
diff --git a/gn/services/genome-browser.scm b/gn/services/genome-browser.scm
index 7edb53e..e350674 100644
--- a/gn/services/genome-browser.scm
+++ b/gn/services/genome-browser.scm
@@ -94,7 +94,7 @@
 ;;  create 'daily clean' mcron scripts. Only needed in /var/cache/genome grows too large.
 ;;  use rsync to make sure mouse genome data is kept up-to-date.
 
-(define ucsc-genome-browser-port 4322)
+(define ucsc-genome-browser-port 4323)
 
 (operating-system
   (host-name "genome-browser")
@@ -112,7 +112,7 @@
   (services
     (list ;(service mysql-service-type
           ;         (mysql-configuration
-          ;           (port 13306))) ; don't overlap with penguin2's mariadb
+          ;           (port 13306))) ; don't overlap with tux02's mariadb
           (service special-files-service-type
                    `(;("/root/create_hgcentral" ,%startup-script)
                      ("/var/lib/genome/hg.conf" ,%hg.conf)))