sombrero: Move enable check of ppp.pm-site module

This commit is contained in:
Alexander Heldt
2023-11-13 21:53:33 +01:00
parent c24b4615f3
commit 46d71fbd74

View File

@@ -11,8 +11,8 @@ in
}; };
}; };
config = { config = lib.mkIf (enabled && nginxEnabled) {
security.acme = lib.mkIf (enabled && nginxEnabled) { security.acme = {
certs = { certs = {
"ppp.pm" = { "ppp.pm" = {
webroot = "/var/lib/acme/acme-challenge/"; webroot = "/var/lib/acme/acme-challenge/";