diff options
author | EuAndreh <eu@euandre.org> | 2024-08-24 16:33:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-24 16:33:11 -0300 |
commit | f4b444eec1bbdd0e30b426a74817857782806299 (patch) | |
tree | 16b9c2065046bc5052d5e196a246dccbe20937f2 | |
parent | .gitignore: Adjust secrets ignore rule (diff) | |
download | asami-f4b444eec1bbdd0e30b426a74817857782806299.tar.gz asami-f4b444eec1bbdd0e30b426a74817857782806299.tar.xz |
system.scm: Comment out papod services with still bad configuration
-rw-r--r-- | src/guix/system.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 9f24843..0299ebc 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -107,11 +107,11 @@ (service ntp-service-type) (service dhcp-client-service-type) (service fail2ban-service-type) - (service binder-service-type (pkg:binder-configuration (package (latest pkg:binder)))) - (service glaze-service-type (pkg:glaze-configuration (package (latest pkg:glaze)))) - (service untls-service-type (pkg:untls-configuration (package (latest pkg:untls)))) - (service pkg:wscat-service-type (pkg:wscat-configuration (package (latest pkg:wscat)))) - (service pkg:papod-service-type (pkg:papod-configuration (package (latest pkg:papod)))) + ;; (service binder-service-type (pkg:binder-configuration (package (latest pkg:binder)))) + ;; (service glaze-service-type (pkg:glaze-configuration (package (latest pkg:glaze)))) + ;; (service untls-service-type (pkg:untls-configuration (package (latest pkg:untls)))) + ;; (service pkg:wscat-service-type (pkg:wscat-configuration (package (latest pkg:wscat)))) + ;; (service pkg:papod-service-type (pkg:papod-configuration (package (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+)) |