Add nginx to the acme group so it can access the certs

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 21:52:54 +01:00
parent 1cf456b606
commit 2bd71cf986
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -18,4 +18,5 @@
domain = "*.int.chir.rs";
};
};
services.nginx.group = "acme";
}