summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-20 07:32:39 -0300
committerEuAndreh <eu@euandre.org>2024-08-20 07:32:49 -0300
commit0beeeb0a306af8fcf013ff3a751eaa87cb0c0991 (patch)
treece67f3aec53b03278f386d569e60961804f71d7a /src
parentsystem.scm: Add "chattr +C" to /swapfile instructions (diff)
downloadasami-0beeeb0a306af8fcf013ff3a751eaa87cb0c0991.tar.gz
asami-0beeeb0a306af8fcf013ff3a751eaa87cb0c0991.tar.xz
Revert "system.scm: Comment services that depend on go-full"
This reverts commit 4e10cad931d3362ebdd4e78f3b9eacfef20fd709. Try building again with 8GiB of (swap) memory.
Diffstat (limited to 'src')
-rw-r--r--src/guix/system.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index 9321de3..e76546d 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+))