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