summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/tls/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/surtr/tls/default.nix b/hosts/surtr/tls/default.nix
index d204a51d..6b5ffaa2 100644
--- a/hosts/surtr/tls/default.nix
+++ b/hosts/surtr/tls/default.nix
@@ -110,6 +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" "-batch_size" "2000" ];
113 watchList = map (domain: ".${domain}") (attrNames cfg.domains); 114 watchList = map (domain: ".${domain}") (attrNames cfg.domains);
114 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";
115 }; 116 };