hosts/plover: update PostgreSQL cert config

This commit is contained in:
Gabriel Arazas 2023-06-27 12:53:50 +08:00
parent 1e2d251e1d
commit 4dcb82c72b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -69,7 +69,7 @@ in
]; ];
}; };
security.acme.certs."${postgresqlDomain}".reloadServices = [ security.acme.certs."${postgresqlDomain}".postRun = ''
"postgresql.service" systemctl restart postgresql.service
]; '';
} }