From f0f114de43d790c7335382b2f774ef94268139ec Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 9 Mar 2025 19:19:42 -0300 Subject: system.scm: Add cicd-service-type --- src/guix/system.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/guix/system.scm b/src/guix/system.scm index 64d43f1..0e941a7 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -107,7 +107,8 @@ ssl_protocols TLSv1.3; ssl_ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH; ssl_prefer_server_ciphers on; - gzip off; # Disable compression altogether due to BREACH + gzip off; # Disable dynamic compression altogether due to BREACH + gzip_static on; charset utf-8; autoindex on; add_header Strict-Transport-Security 'max-age=31536000; includeSubdomains' always; @@ -116,6 +117,7 @@ (service pkg:syskeep-service-type (pkg:syskeep-configuration (tld +tld+))) + (service pkg:cicd-service-type) (service pkg:git-service-type (pkg:git-configuration (export-all? #t) -- cgit v1.2.3