aboutsummaryrefslogtreecommitdiff
path: root/guix-system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-system.scm')
-rw-r--r--guix-system.scm15
1 files changed, 8 insertions, 7 deletions
diff --git a/guix-system.scm b/guix-system.scm
index c154d01..7142cea 100644
--- a/guix-system.scm
+++ b/guix-system.scm
@@ -111,10 +111,11 @@ function."
%base-file-systems))
(users %base-user-accounts)
(packages %base-packages)
- (services (cons* (service virtuoso-service-type
- (virtuoso-configuration
- (http-server-port 8891)))
- (service genenetwork3-service-type
- (genenetwork3-configuration
- (port 5000)))
- %base-services)))
+ (services (cons*
+ ;; (service virtuoso-service-type
+ ;; (virtuoso-configuration
+ ;; (http-server-port 8891)))
+ (service genenetwork3-service-type
+ (genenetwork3-configuration
+ (port 5000)))
+ %base-services)))