mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-15 12:40:33 +05:00
mail-server/nginx.nix: delete dangling comment
This commit is contained in:
parent
50a3fa9edc
commit
5f3c44b60f
@ -34,15 +34,11 @@ in
|
|||||||
acmeRoot = acmeRoot;
|
acmeRoot = acmeRoot;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
security.acme.certs."${cfg.fqdn}".postRun = #{
|
|
||||||
# domain = "${cfg.fqdn}";
|
security.acme.certs."${cfg.fqdn}".postRun = ''
|
||||||
# webroot = acmeRoot;
|
|
||||||
# postRun =
|
|
||||||
''
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
systemctl reload postfix
|
systemctl reload postfix
|
||||||
systemctl reload dovecot2
|
systemctl reload dovecot2
|
||||||
'';
|
'';
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user