nixbld: fix recurring acme certificate permission problems

pull/30/head
Sebastien Bourdeauducq 2020-04-27 11:59:08 +08:00
parent 3cface01af
commit 50f7c293e8
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ in
security.acme.email = "sb" + "@m-labs.hk";
security.acme.certs = {
"nixbld.m-labs.hk" = {
group = "nginx";
user = "nginx";
webroot = "/var/lib/acme/acme-challenge";
extraDomains = {
"m-labs.hk" = null;