From 4e10cad931d3362ebdd4e78f3b9eacfef20fd709 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 20 Aug 2024 06:46:24 -0300 Subject: system.scm: Comment services that depend on go-full As the server doesn't have enough memory to build it. --- src/guix/system.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/guix/system.scm b/src/guix/system.scm index 7a75dee..5260110 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -96,11 +96,11 @@ (service ntp-service-type) (service dhcp-client-service-type) (service fail2ban-service-type) - (service binder-service-type (pkg:binder-configuration (package packages:binder))) - (service glaze-service-type (pkg:glaze-configuration (package packages:glaze))) - (service untls-service-type (pkg:untls-configuration (package packages:untls))) - (service pkg:wscat-service-type (pkg:wscat-configuration (package packages:wscat))) - (service pkg:papod-service-type (pkg:papod-configuration (package packages:papod))) + ;; (service binder-service-type (pkg:binder-configuration (package packages:binder))) + ;; (service glaze-service-type (pkg:glaze-configuration (package packages:glaze))) + ;; (service untls-service-type (pkg:untls-configuration (package packages:untls))) + ;; (service pkg:wscat-service-type (pkg:wscat-configuration (package packages:wscat))) + ;; (service pkg:papod-service-type (pkg:papod-configuration (package packages:papod))) (service knot-service-type (q:knot-zones-configuration +tld+ +ipv4+ +ipv6+)) (service openssh-service-type (q:openssh-default-configuration (pkg:users->keys +users+))) (service certbot-service-type (q:tld-certbot-configuration +tld+)) -- cgit v1.2.3