diff options
author | EuAndreh <eu@euandre.org> | 2024-08-23 06:39:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-23 06:39:43 -0300 |
commit | b0756ddbf3dd89ff72c4666e0fb0415cbd8715b6 (patch) | |
tree | 4dd0e31abb7a95560ab7bd37f056007dfa128fe2 /src | |
parent | system.scm: Remove (method ...) from (go-latest) (diff) | |
download | asami-b0756ddbf3dd89ff72c4666e0fb0415cbd8715b6.tar.gz asami-b0756ddbf3dd89ff72c4666e0fb0415cbd8715b6.tar.xz |
system.scm: Uncomment other golang services
Diffstat (limited to 'src')
-rw-r--r-- | src/guix/system.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 4d70c6d..ba9426b 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -136,10 +136,10 @@ (service dhcp-client-service-type) (service fail2ban-service-type) (service binder-service-type (pkg:binder-configuration (package (go-latest pkg:binder)))) - ;; (service glaze-service-type (pkg:glaze-configuration (package (go-latest pkg:glaze)))) - ;; (service untls-service-type (pkg:untls-configuration (package (go-latest pkg:untls)))) - ;; (service pkg:wscat-service-type (pkg:wscat-configuration (package (go-latest pkg:wscat)))) - ;; (service pkg:papod-service-type (pkg:papod-configuration (package (go-latest pkg:papod)))) + (service glaze-service-type (pkg:glaze-configuration (package (go-latest pkg:glaze)))) + (service untls-service-type (pkg:untls-configuration (package (go-latest pkg:untls)))) + (service pkg:wscat-service-type (pkg:wscat-configuration (package (go-latest pkg:wscat)))) + (service pkg:papod-service-type (pkg:papod-configuration (package (go-latest pkg: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+)) |