From b2c1a0fc58fcc45ae5ef8e17d5a10d8a13567a0e Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 19 Apr 2026 03:22:23 +0200 Subject: [PATCH] security.acme.certs..mode does not exist --- hosts/sid/services/step-ca.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/sid/services/step-ca.nix b/hosts/sid/services/step-ca.nix index 9ec74de..8ce01bd 100644 --- a/hosts/sid/services/step-ca.nix +++ b/hosts/sid/services/step-ca.nix @@ -76,7 +76,6 @@ in domain = "*.${constants.intranet}"; server = "https://${constants.ca-fqdn}:${toString cfg.port}/acme/acme/directory"; group = "nginx"; - mode = "0640"; }; };