diff options
author | Shepherd on Tux02 | 2024-06-20 07:26:18 -0500 |
---|---|---|
committer | Shepherd on Tux02 | 2024-06-20 07:26:18 -0500 |
commit | 951e77b10c84889f29c1f2322087c796cedb375a (patch) | |
tree | 67391c9ffef3aff2518a618ff7fd15ae1a8867fa /gn/services/bnw-container.scm | |
parent | aeec6b55ef03251e83a83d7c16343912e350f15e (diff) | |
download | guix-bioinformatics-951e77b10c84889f29c1f2322087c796cedb375a.tar.gz |
Rename penguin2->tux02
Diffstat (limited to 'gn/services/bnw-container.scm')
-rw-r--r-- | gn/services/bnw-container.scm | 4 |
1 files changed, 2 insertions, 2 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 |