DynamicUser requires extra perms

This commit is contained in:
niten 2023-10-10 18:07:20 -07:00
parent 7b77d833f6
commit 65e5c7a86a
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ in {
requires = [ "dovecot2.service" ]; requires = [ "dovecot2.service" ];
path = with pkgs; [ curl ]; path = with pkgs; [ curl ];
serviceConfig = { serviceConfig = {
DynamicUser = true;
ExecStart = "curl http://${cfg.solr.host}:${ ExecStart = "curl http://${cfg.solr.host}:${
toString cfg.solr.port toString cfg.solr.port
}/solr/dovecot/update?${params}"; }/solr/dovecot/update?${params}";