fix acme perms
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 8s
Flake check / flake-check (pull_request) Failing after 6s

This commit is contained in:
sid 2026-04-19 03:20:25 +02:00
parent 6d39d2a339
commit 2f28178cb3

View file

@ -75,6 +75,8 @@ in
certs."sid-internal" = {
domain = "*.${constants.intranet}";
server = "https://${constants.ca-fqdn}:${toString cfg.port}/acme/acme/directory";
group = "nginx";
mode = "0640";
};
};