From 65e5c7a86a60058c81be49b390ab2458fcf47c0b Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 10 Oct 2023 18:07:20 -0700 Subject: [PATCH] DynamicUser requires extra perms --- dovecot.nix | 1 - 1 file changed, 1 deletion(-) 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}";