sombrero: Move enable check of ppp.pm-site module
This commit is contained in:
@@ -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/";
|
||||||
|
|||||||
Reference in New Issue
Block a user