summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/surtr/tls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/tls/default.nix b/hosts/surtr/tls/default.nix
index 91692070..d1478a5b 100644
--- a/hosts/surtr/tls/default.nix
+++ b/hosts/surtr/tls/default.nix
@@ -110,7 +110,7 @@ in {
110 in mapAttrs' (domain: nameValuePair "acme-${domain}") (genAttrs (attrNames config.security.acme.certs) serviceAttrset); 110 in mapAttrs' (domain: nameValuePair "acme-${domain}") (genAttrs (attrNames config.security.acme.certs) serviceAttrset);
111 111
112 services.certspotter = { 112 services.certspotter = {
113 extraOptions = [ "-num_workers" "4" ]; 113 extraOptions = [ "-verbose" "-num_workers" "4" "-batch_size" "2000" ];
114 watchList = map (domain: ".${domain}") (attrNames cfg.domains); 114 watchList = map (domain: ".${domain}") (attrNames cfg.domains);
115 logs = "https://www.gstatic.com/ct/log_list/v2/all_logs_list.json"; 115 logs = "https://www.gstatic.com/ct/log_list/v2/all_logs_list.json";
116 }; 116 };