sombrero: Move enable check of ppp.pm-site module
This commit is contained in:
@@ -11,8 +11,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
security.acme = lib.mkIf (enabled && nginxEnabled) {
|
||||
config = lib.mkIf (enabled && nginxEnabled) {
|
||||
security.acme = {
|
||||
certs = {
|
||||
"ppp.pm" = {
|
||||
webroot = "/var/lib/acme/acme-challenge/";
|
||||
|
||||
Reference in New Issue
Block a user