summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-21 15:15:47 -0300
committerEuAndreh <eu@euandre.org>2024-08-21 15:15:47 -0300
commit9641460452d7649e32333587f952814ae65a18d3 (patch)
treea8fb644b8ac098f861a465146254bc8a4985c356 /src
parentsrc/config/known-hosts.txt: Update to specific correct value (diff)
downloadasami-9641460452d7649e32333587f952814ae65a18d3.tar.gz
asami-9641460452d7649e32333587f952814ae65a18d3.tar.xz
system.scm: Enable binder-service-type, try building go-full
Diffstat (limited to 'src')
-rw-r--r--src/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index bad1348..1f20f76 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -104,7 +104,7 @@
(service ntp-service-type)
(service dhcp-client-service-type)
(service fail2ban-service-type)
- ;; (service binder-service-type (pkg:binder-configuration (package packages:binder)))
+ (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)))