nixbld: fix acme permissions

pull/13/head
Sebastien Bourdeauducq 2020-11-06 14:58:35 +08:00
parent be704047e7
commit 5322347cb2
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ in
security.acme.email = "sb" + "@m-labs.hk";
security.acme.certs = {
"nixbld.m-labs.hk" = {
group = "nginx";
webroot = "/var/lib/acme/acme-challenge";
extraDomainNames = [
"m-labs.hk"