fix: certbot not reload nginx

This commit is contained in:
DACHXY 2025-05-03 14:48:00 +08:00
parent c24da9bea1
commit f5ba45b20c
4 changed files with 22 additions and 7 deletions

View file

@ -4,5 +4,6 @@
{
services.nginx = {
enable = true;
enableReload = true;
};
}